Commit graph

4613 commits

Author SHA1 Message Date
oobabooga
552cb09f09 Do not bump Transformers to 4.52 on CUDA 12.8
Performance is slow, and the older version works fine with torch 2.7.
2025-06-10 18:45:42 -07:00
LawnMauer
bc921c66e5
Load js and css sources in UTF-8 (#7059) 2025-06-10 22:16:50 -03:00
oobabooga
4cf39120fc Fix chat area sometimes not scrolling up to edit message 2025-06-10 18:03:00 -07:00
oobabooga
75da90190f Fix character dropdown sometimes disappearing in the Parameters tab 2025-06-10 17:34:54 -07:00
oobabooga
1c1fd3be46 Remove some log messages 2025-06-10 14:29:28 -07:00
oobabooga
3f9eb3aad1 Fix the preset dropdown when the default preset file is not present 2025-06-10 14:22:37 -07:00
oobabooga
18bd78f1f0 Make the llama.cpp prompt processing messages shorter 2025-06-10 14:03:25 -07:00
oobabooga
889153952f Lint 2025-06-10 09:02:52 -07:00
oobabooga
2dabdbc7da Update llama.cpp 2025-06-10 05:25:23 -07:00
oobabooga
c92eba0b0a Reorganize the Parameters tab (left: preset parameters, right: everything else) 2025-06-09 22:05:20 -07:00
oobabooga
efd9c9707b Fix random seeds being saved to settings.yaml 2025-06-09 20:57:25 -07:00
oobabooga
df98f4b331 Don't save active extensions through the UI
Prevents command-line activated extensions from becoming permanently active due to autosave.
2025-06-09 20:28:16 -07:00
Mykeehu
ec73121020
Fix continue/start reply with when using translation extensions (#6944)
---------

Co-authored-by: oobabooga <oobabooga4@gmail.com>
2025-06-10 00:17:05 -03:00
Miriam
331d03c33f
fix failure when --nowebui called without --api (#7055) 2025-06-09 23:25:39 -03:00
Miriam
1443612e72
check .attention.head_count if .attention.head_count_kv doesn't exist (#7048) 2025-06-09 23:22:01 -03:00
oobabooga
d085dc6a93 Minor optimization after e976a5ddc7 2025-06-09 18:40:54 -07:00
oobabooga
263b5d5557 Use html2text to extract the text of web searches without losing formatting 2025-06-09 17:55:26 -07:00
oobabooga
f5a5d0c0cb Add the URL of web attachments to the prompt 2025-06-09 17:32:25 -07:00
oobabooga
747a4a0e56 Reposition the ... typing dots 2025-06-09 13:41:29 -07:00
oobabooga
14efd42084 Improve scroll performance by disabling hover effects during scroll 2025-06-09 11:43:15 -07:00
oobabooga
1602ac1c8f Improve the style of thinking blocks in dark mode 2025-06-09 09:03:39 -07:00
oobabooga
eefbf96f6a Don't save truncation_length to user_data/settings.yaml 2025-06-08 22:14:56 -07:00
oobabooga
80637cae28 Add version to portable build folder names 2025-06-08 21:55:49 -07:00
oobabooga
f9a007c6a8 Properly filter out failed web search downloads from attachments 2025-06-08 19:25:23 -07:00
oobabooga
f3388c2ab4 Fix selecting next chat when deleting with active search 2025-06-08 18:53:04 -07:00
oobabooga
4a369e070a Add buttons for easily deleting past chats 2025-06-08 18:47:48 -07:00
oobabooga
0b8d2d65a2 Minor style improvement 2025-06-08 18:11:27 -07:00
oobabooga
06dfb7e772 Improve the style of the hover menu 2025-06-08 18:03:07 -07:00
oobabooga
b5e021fc49 Make the dark theme darker 2025-06-08 17:44:04 -07:00
oobabooga
e976a5ddc7 Re-highlight code blocks when switching light/dark themes 2025-06-08 17:35:36 -07:00
oobabooga
7ed1926ce7 Small change after previous commit 2025-06-08 15:38:40 -07:00
oobabooga
ff01bcb870 Use user_data/cache/gradio for Gradio temp files 2025-06-08 15:33:05 -07:00
oobabooga
f81b1540ca Small style improvements 2025-06-08 15:19:25 -07:00
oobabooga
eb0ab9db1d Fix light/dark theme persistence across page reloads 2025-06-08 15:04:05 -07:00
oobabooga
78899244d5 Remove settings-template.yaml 2025-06-08 09:40:09 -07:00
oobabooga
1f1435997a Don't show the new 'Restore character' button in the Chat tab 2025-06-08 09:37:54 -07:00
oobabooga
84f66484c5 Make it optional to paste long pasted content to an attachment 2025-06-08 09:31:38 -07:00
oobabooga
42e7864d62 Reorganize the Session tab 2025-06-08 09:21:23 -07:00
oobabooga
af6bb7513a Add back the "Save UI defaults" button
It's useful for saving extensions settings.
2025-06-08 09:09:36 -07:00
oobabooga
1cab149c1a Remove the contrastive search preset 2025-06-07 22:26:13 -07:00
oobabooga
ae150fa24f Remove the null preset 2025-06-07 22:25:46 -07:00
oobabooga
1bdf11b511 Use the Qwen3 - Thinking preset by default 2025-06-07 22:23:09 -07:00
oobabooga
0dbc4cbc71 Add Qwen3 presets 2025-06-07 22:20:58 -07:00
oobabooga
fe955cac1f Small UI changes 2025-06-07 22:15:19 -07:00
oobabooga
caf9fca5f3 Avoid some code repetition 2025-06-07 22:11:35 -07:00
oobabooga
3650a6fd1f Small UI changes 2025-06-07 22:02:34 -07:00
oobabooga
6436bf1920
More UI persistence: presets and characters (#7051) 2025-06-08 01:58:02 -03:00
oobabooga
35ed55d18f
UI persistence (#7050) 2025-06-07 22:46:52 -03:00
rakha abadi susilo
db847eed4c
Add RTX 50XX Nvidia blackwell support (ExLlamaV2/V3 and Transformers) (#7011)
---------

Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2025-06-07 21:44:15 -03:00
oobabooga
2d263f227d Fix the chat input reappearing when the page is reloaded 2025-06-06 22:38:20 -07:00