mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-09 00:23:38 +00:00
Add back the max_updates_second parameter (#5937)
This commit is contained in:
parent
6761b5e7c6
commit
70845c76fb
5 changed files with 15 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ def list_interface_input_elements():
|
|||
'max_new_tokens',
|
||||
'auto_max_new_tokens',
|
||||
'max_tokens_second',
|
||||
'max_updates_second',
|
||||
'prompt_lookup_num_tokens',
|
||||
'seed',
|
||||
'temperature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue