UI: add "Maximum UI updates/second" parameter
This commit is contained in:
parent
1b8b61b928
commit
8c60495878
4 changed files with 10 additions and 3 deletions
|
@ -45,6 +45,7 @@ settings = {
|
|||
'truncation_length_min': 0,
|
||||
'truncation_length_max': 200000,
|
||||
'max_tokens_second': 0,
|
||||
'max_updates_second': 0,
|
||||
'custom_stopping_strings': '',
|
||||
'custom_token_bans': '',
|
||||
'auto_max_new_tokens': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue