mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 14:46:14 -04:00
Fix the streaming_llm UI checkbox not being interactive
This commit is contained in:
parent
c5fb51e5d1
commit
1dd4aedbe1
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ def list_model_elements():
|
||||||
'cache_type',
|
'cache_type',
|
||||||
'tensor_split',
|
'tensor_split',
|
||||||
'extra_flags',
|
'extra_flags',
|
||||||
|
'streaming_llm',
|
||||||
'gpu_split',
|
'gpu_split',
|
||||||
'alpha_value',
|
'alpha_value',
|
||||||
'rope_freq_base',
|
'rope_freq_base',
|
||||||
|
|
Loading…
Add table
Reference in a new issue