mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-18 03:14:39 +01:00
Add missing custom_token_bans to llama.cpp and reasoning_effort to ExLlamav3
This commit is contained in:
parent
307c085d1b
commit
6ec4ca8b10
|
|
@ -205,6 +205,7 @@ loaders_samplers = {
|
|||
'ban_eos_token',
|
||||
'add_bos_token',
|
||||
'enable_thinking',
|
||||
'reasoning_effort',
|
||||
'seed',
|
||||
'skip_special_tokens',
|
||||
},
|
||||
|
|
@ -241,6 +242,7 @@ loaders_samplers = {
|
|||
'reasoning_effort',
|
||||
'seed',
|
||||
'sampler_priority',
|
||||
'custom_token_bans',
|
||||
'dry_sequence_breakers',
|
||||
'grammar_string',
|
||||
'grammar_file_row',
|
||||
|
|
|
|||
Loading…
Reference in a new issue