oobabooga
|
21d790f87e
|
Optimize LaTeX rendering during streaming for long replies
|
2025-08-30 14:52:22 -07:00 |
|
oobabooga
|
3a3e247f3c
|
Even better way to handle continue for thinking blocks
|
2025-08-30 12:36:35 -07:00 |
|
oobabooga
|
cf1aad2a68
|
Fix "continue" for Byte-OSS for partial thinking blocks
|
2025-08-30 12:16:45 -07:00 |
|
oobabooga
|
96136ea760
|
Fix LaTeX rendering for equations with asterisks
|
2025-08-30 10:13:32 -07:00 |
|
oobabooga
|
a3eb67e466
|
Fix the UI failing to launch if the Notebook prompt is too long
|
2025-08-30 08:42:26 -07:00 |
|
oobabooga
|
08f90f4b64
|
Lint
|
2025-08-29 14:09:04 -07:00 |
|
oobabooga
|
07a2e226c1
|
UI: Minor font color fixes in instruct mode
|
2025-08-29 14:08:38 -07:00 |
|
oobabooga
|
a2b37adb26
|
UI: Preload the correct fonts for chat mode
|
2025-08-29 09:25:44 -07:00 |
|
oobabooga
|
084675cf75
|
UI: Improve thinking blocks in chat-instruct mode
|
2025-08-29 09:11:10 -07:00 |
|
oobabooga
|
d78b7d0fad
|
Lint
|
2025-08-28 20:22:07 -07:00 |
|
oobabooga
|
fc2eb48664
|
Style fixes after 73442a2b6d
|
2025-08-28 20:21:55 -07:00 |
|
oobabooga
|
2720955478
|
Fix a bug after d9eec31886
|
2025-08-28 19:48:16 -07:00 |
|
oobabooga
|
d9eec31886
|
UI: Suppress "Attempted to select a non-interactive or hidden tab" warnings
|
2025-08-28 17:46:29 -07:00 |
|
oobabooga
|
cb8780a4ce
|
Safer check for is_multimodal when loading models
Avoids unrelated multimodal error when a model fails to load due
to lack of memory.
|
2025-08-28 11:13:19 -07:00 |
|
oobabooga
|
cfc83745ec
|
UI: Improve right sidebar borders in light mode
|
2025-08-28 08:34:48 -07:00 |
|
oobabooga
|
a336a8bbeb
|
UI: Fix italic and quote color in headings
|
2025-08-28 08:26:40 -07:00 |
|
oobabooga
|
ba6041251d
|
UI: Minor change
|
2025-08-28 06:20:00 -07:00 |
|
oobabooga
|
a92758a144
|
llama.cpp: Fix obtaining the maximum sequence length for GPT-OSS
|
2025-08-27 16:15:40 -07:00 |
|
oobabooga
|
030ba7bfeb
|
UI: Mention that Seed-OSS uses enable_thinking
|
2025-08-27 07:44:35 -07:00 |
|
oobabooga
|
0b4518e61c
|
"Text generation web UI" -> "Text Generation Web UI"
|
2025-08-27 05:53:09 -07:00 |
|
oobabooga
|
73442a2b6d
|
UI: Better handle the chat input position with CSS
This also solves scrolling issues with the main chat content
when the height of the textarea increases.
|
2025-08-27 05:43:13 -07:00 |
|
oobabooga
|
8042f76399
|
Make portable installs functional with Python 3.13
|
2025-08-27 05:37:01 -07:00 |
|
oobabooga
|
ccc8a2229d
|
Revert "UI: Preserve chat scroll position on textarea resize"
This reverts commit 750adf793d.
|
2025-08-26 13:59:54 -07:00 |
|
oobabooga
|
750adf793d
|
UI: Preserve chat scroll position on textarea resize
|
2025-08-26 12:19:23 -07:00 |
|
oobabooga
|
02ca96fa44
|
Multiple fixes
|
2025-08-25 22:17:22 -07:00 |
|
oobabooga
|
6a7166fffa
|
Add support for the Seed-OSS template
|
2025-08-25 19:46:48 -07:00 |
|
oobabooga
|
8fcb4b3102
|
Make bot_prefix extensions functional again
|
2025-08-25 19:10:46 -07:00 |
|
oobabooga
|
8f660aefe3
|
Fix chat-instruct replies leaking the bot name sometimes
|
2025-08-25 18:50:16 -07:00 |
|
oobabooga
|
a531328f7e
|
Fix the GPT-OSS stopping string
|
2025-08-25 18:41:58 -07:00 |
|
oobabooga
|
6c165d2e55
|
Fix the chat template
|
2025-08-25 18:28:43 -07:00 |
|
oobabooga
|
b657be7381
|
Obtain stopping strings in chat mode
|
2025-08-25 18:22:08 -07:00 |
|
oobabooga
|
ded6c41cf8
|
Fix impersonate for chat-instruct
|
2025-08-25 18:16:17 -07:00 |
|
oobabooga
|
c1aa4590ea
|
Code simplifications, fix impersonate
|
2025-08-25 18:05:40 -07:00 |
|
oobabooga
|
b330ec3517
|
Simplifications
|
2025-08-25 17:54:15 -07:00 |
|
oobabooga
|
3ad5970374
|
Make the llama.cpp --verbose output less verbose
|
2025-08-25 17:43:21 -07:00 |
|
oobabooga
|
adeca8a658
|
Remove changes to the jinja2 templates
|
2025-08-25 17:36:01 -07:00 |
|
oobabooga
|
aad0104c1b
|
Remove a function
|
2025-08-25 17:33:13 -07:00 |
|
oobabooga
|
f919cdf881
|
chat.py code simplifications
|
2025-08-25 17:20:51 -07:00 |
|
oobabooga
|
d08800c359
|
chat.py improvements
|
2025-08-25 17:03:37 -07:00 |
|
oobabooga
|
3bc48014a5
|
chat.py code simplifications
|
2025-08-25 16:48:21 -07:00 |
|
oobabooga
|
1f77427088
|
Update llama.cpp
|
2025-08-24 19:56:22 -07:00 |
|
oobabooga
|
2478294c06
|
UI: Preload the instruct and chat fonts
|
2025-08-24 12:37:41 -07:00 |
|
oobabooga
|
8be798e15f
|
llama.cpp: Fix stderr deadlock while loading some multimodal models
|
2025-08-24 12:20:05 -07:00 |
|
oobabooga
|
7fe8da8944
|
Minor simplification after f247c2ae62
|
2025-08-22 14:42:56 -07:00 |
|
oobabooga
|
f247c2ae62
|
Make --model work with absolute paths, eg --model /tmp/gemma-3-270m-it-IQ4_NL.gguf
|
2025-08-22 11:47:33 -07:00 |
|
oobabooga
|
fd41f2fafc
|
Update llama.cpp
|
2025-08-22 11:18:56 -07:00 |
|
oobabooga
|
cb00db15c9
|
Merge pull request #7205 from oobabooga/dev
Merge dev branch
|
2025-08-19 11:51:06 -03:00 |
|
oobabooga
|
9e7b326e34
|
Lint
|
2025-08-19 06:50:40 -07:00 |
|
oobabooga
|
1972479610
|
Add the TP option to exllamav3_HF
|
2025-08-19 06:48:22 -07:00 |
|
oobabooga
|
e0f5905a97
|
Code formatting
|
2025-08-19 06:34:05 -07:00 |
|