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

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