Implement Min P as a sampler option in HF loaders (#4449)
This commit is contained in:
parent
fcb7017b7a
commit
367e5e6e43
7 changed files with 43 additions and 1 deletions
|
@ -105,6 +105,7 @@ def list_interface_input_elements():
|
|||
'seed',
|
||||
'temperature',
|
||||
'top_p',
|
||||
'min_p',
|
||||
'top_k',
|
||||
'typical_p',
|
||||
'epsilon_cutoff',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue