UI: add "Maximum UI updates/second" parameter

This commit is contained in:
oobabooga 2023-12-24 09:17:40 -08:00
parent 1b8b61b928
commit 8c60495878
4 changed files with 10 additions and 3 deletions

View file

@ -110,6 +110,7 @@ def list_interface_input_elements():
'max_new_tokens',
'auto_max_new_tokens',
'max_tokens_second',
'max_updates_second',
'seed',
'temperature',
'temperature_last',