oobabooga
e2548f69a9
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
...
If --user-data-dir is not set, auto-detect: use ../user_data when
./user_data doesn't exist, making it easy to share user data across
portable builds by placing it one folder up.
2026-03-05 19:31:10 -08:00
oobabooga
69fa4dd0b1
llama.cpp: allow ctx_size=0 for auto context via --fit
2026-03-04 19:33:20 -08:00
oobabooga
65de4c30c8
Add adaptive-p sampler and n-gram speculative decoding support
2026-03-04 09:41:29 -08:00
oobabooga
635e6efd18
Ignore add_bos_token in instruct prompts, let the jinja2 template decide
2025-07-10 07:14:01 -07:00
oobabooga
1b19dd77a4
Move 'Enable thinking' to the Chat tab
2025-06-22 17:29:17 -07:00
oobabooga
34bf93ef47
Move 'Custom system message' to the Parameters tab
2025-06-16 07:22:14 -07:00
oobabooga
c9c3b716fb
Move character settings to a new 'Character' main tab
2025-06-16 07:21:25 -07:00
oobabooga
c92eba0b0a
Reorganize the Parameters tab (left: preset parameters, right: everything else)
2025-06-09 22:05:20 -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
bb409c926e
Update only the last message during streaming + add back dynamic UI update speed ( #7038 )
2025-06-02 09:50:17 -03:00
oobabooga
126b3a768f
Revert "Dynamic Chat Message UI Update Speed ( #6952 )" (for now)
...
This reverts commit 8137eb8ef4 .
2025-05-18 12:38:36 -07:00
mamei16
8137eb8ef4
Dynamic Chat Message UI Update Speed ( #6952 )
2025-05-05 18:05:23 -03:00
oobabooga
d08acb4af9
UI: Rename enable_thinking -> Enable thinking
2025-05-02 20:50:52 -07:00
oobabooga
905afced1c
Add a --portable flag to hide things in portable mode
2025-05-02 16:34:29 -07:00
oobabooga
d10bded7f8
UI: Add an enable_thinking option to enable/disable Qwen3 thinking
2025-04-28 22:37:01 -07:00
oobabooga
d9de14d1f7
Restructure the repository ( #6904 )
2025-04-26 08:56:54 -03:00
oobabooga
d4b1e31c49
Use --ctx-size to specify the context size for all loaders
...
Old flags are still recognized as alternatives.
2025-04-25 16:59:03 -07:00
oobabooga
d35818f4e1
UI: Add a collapsible thinking block to messages with <think> steps ( #6902 )
2025-04-25 18:02:02 -03:00
oobabooga
a5855c345c
Set context lengths to at most 8192 by default (to prevent out of memory errors) ( #6835 )
2025-04-07 21:42:33 -03:00
oobabooga
5bcd2d7ad0
Add the top N-sigma sampler ( #6796 )
2025-03-14 16:45:11 -03:00
oobabooga
0360f54ae8
UI: add a "Show after" parameter (to use with DeepSeek </think>)
2025-02-02 15:30:09 -08:00
oobabooga
5c89068168
UI: add an info message for the new Static KV cache option
2025-01-08 17:36:30 -08:00
oobabooga
11af199aff
Add a "Static KV cache" option for transformers
2025-01-04 17:52:57 -08:00
oobabooga
39a5c9a49c
UI organization ( #6618 )
2024-12-29 11:16:17 -03:00
Philipp Emanuel Weidmann
301375834e
Exclude Top Choices (XTC): A sampler that boosts creativity, breaks writing clichés, and inhibits non-verbatim repetition ( #6335 )
2024-09-27 22:50:12 -03:00
oobabooga
fd9cb26619
UI: update the DRY parameters descriptions/order
2024-08-19 19:40:17 -07:00
oobabooga
7050bb880e
UI: make n_ctx/max_seq_len/truncation_length numbers rather than sliders
2024-07-27 23:11:53 -07:00
oobabooga
79c4d3da3d
Optimize the UI ( #6251 )
2024-07-21 00:01:42 -03:00
oobabooga
5fe532a5ce
UI: remove DRY info text
...
It was visible for loaders without DRY.
2024-06-26 15:33:11 -07:00
Philipp Emanuel Weidmann
852c943769
DRY: A modern repetition penalty that reliably prevents looping ( #5677 )
2024-05-19 23:53:47 -03:00
oobabooga
70845c76fb
Add back the max_updates_second parameter ( #5937 )
2024-04-26 10:14:51 -03:00
oobabooga
cbd65ba767
Add a simple min_p preset, make it the default ( #5836 )
2024-04-09 12:50:16 -03:00
oobabooga
9653a9176c
Minor improvements to Parameters tab
2024-03-29 10:41:24 -07:00
oobabooga
35da6b989d
Organize the parameters tab ( #5767 )
2024-03-28 16:45:03 -03:00
oobabooga
2a92a842ce
Bump gradio to 4.23 ( #5758 )
2024-03-26 16:32:20 -03:00
oobabooga
549bb88975
Increase height of "Custom stopping strings" UI field
2024-03-08 12:54:30 -08:00
oobabooga
2174958362
Revert gradio to 3.50.2 ( #5640 )
2024-03-06 11:52:46 -03:00
oobabooga
63a1d4afc8
Bump gradio to 4.19 ( #5522 )
2024-03-05 07:32:28 -03:00
kalomaze
cfb25c9b3f
Cubic sampling w/ curve param ( #5551 )
...
---------
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2024-03-03 13:22:21 -03:00
oobabooga
080f7132c0
Revert gradio to 3.50.2 ( #5513 )
2024-02-15 20:40:23 -03:00
oobabooga
7123ac3f77
Remove "Maximum UI updates/second" parameter ( #5507 )
2024-02-14 23:34:30 -03:00
oobabooga
8c35fefb3b
Add custom sampler order support ( #5443 )
2024-02-06 11:20:10 -03:00
kalomaze
b6077b02e4
Quadratic sampling ( #5403 )
...
---------
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2024-02-04 00:20:02 -03:00
Badis Ghoubali
40c7977f9b
Add roleplay.gbnf grammar ( #5368 )
2024-01-28 21:41:28 -03:00
oobabooga
e055967974
Add prompt_lookup_num_tokens parameter ( #5296 )
2024-01-17 17:09:36 -03:00
oobabooga
372ef5e2d8
Fix dynatemp parameters always visible
2024-01-08 19:42:31 -08:00
oobabooga
29c2693ea0
dynatemp_low, dynatemp_high, dynatemp_exponent parameters ( #5209 )
2024-01-08 23:28:35 -03:00
oobabooga
0d07b3a6a1
Add dynamic_temperature_low parameter ( #5198 )
2024-01-07 17:03:47 -03:00
kalomaze
48327cc5c4
Dynamic Temperature HF loader support ( #5174 )
...
---------
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2024-01-07 10:36:26 -03:00