mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 23:23:43 +00:00
Update only the last message during streaming + add back dynamic UI update speed (#7038)
This commit is contained in:
parent
45c9ae312c
commit
bb409c926e
9 changed files with 181 additions and 156 deletions
|
|
@ -21,7 +21,7 @@ lora_names = []
|
|||
# Generation variables
|
||||
stop_everything = False
|
||||
generation_lock = None
|
||||
processing_message = '*Is typing...*'
|
||||
processing_message = ''
|
||||
|
||||
# UI variables
|
||||
gradio = {}
|
||||
|
|
@ -47,7 +47,6 @@ settings = {
|
|||
'max_new_tokens_max': 4096,
|
||||
'prompt_lookup_num_tokens': 0,
|
||||
'max_tokens_second': 0,
|
||||
'max_updates_second': 12,
|
||||
'auto_max_new_tokens': True,
|
||||
'ban_eos_token': False,
|
||||
'add_bos_token': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue