Add max_tokens_second param (#3533)
This commit is contained in:
parent
fe1f7c6513
commit
cec8db52e5
11 changed files with 24 additions and 3 deletions
|
@ -93,6 +93,7 @@ def list_interface_input_elements():
|
|||
elements = [
|
||||
'max_new_tokens',
|
||||
'auto_max_new_tokens',
|
||||
'max_tokens_second',
|
||||
'seed',
|
||||
'temperature',
|
||||
'top_p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue