Add back the max_updates_second parameter (#5937)

This commit is contained in:
oobabooga 2024-04-26 10:14:51 -03:00 committed by GitHub
parent 6761b5e7c6
commit 70845c76fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View file

@ -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',