Sampling: Add additive param to overrides
Additive is used to add collections together. Currently, it's used for lists, but it can be used for dictionaries in the future. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
05b5700334
commit
d716527b92
2 changed files with 15 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ max_tokens:
|
|||
stop:
|
||||
override: []
|
||||
force: false
|
||||
additive: false
|
||||
token_healing:
|
||||
override: false
|
||||
force: false
|
||||
|
|
@ -104,6 +105,7 @@ ban_eos_token:
|
|||
logit_bias:
|
||||
override:
|
||||
force: false
|
||||
additive: false
|
||||
|
||||
# MARK: CFG scale
|
||||
cfg_scale:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue