From 1dd4aedbe1edcc8fbfd7e7be07f170dbfaa7f0cf Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 29 Apr 2025 05:28:46 -0700 Subject: [PATCH] Fix the streaming_llm UI checkbox not being interactive --- modules/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui.py b/modules/ui.py index 4105f53b..fb016f87 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -114,6 +114,7 @@ def list_model_elements(): 'cache_type', 'tensor_split', 'extra_flags', + 'streaming_llm', 'gpu_split', 'alpha_value', 'rope_freq_base',