mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Add the top N-sigma sampler (#6796)
This commit is contained in:
parent
677d74a6a0
commit
5bcd2d7ad0
7 changed files with 60 additions and 3 deletions
|
|
@ -183,6 +183,7 @@ def list_interface_input_elements():
|
|||
'eta_cutoff',
|
||||
'tfs',
|
||||
'top_a',
|
||||
'top_n_sigma',
|
||||
'dry_multiplier',
|
||||
'dry_allowed_length',
|
||||
'dry_base',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue