aboutsummaryrefslogtreecommitdiff
path: root/app/backends/sglomni/wizard.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/backends/sglomni/wizard.py')
-rw-r--r--app/backends/sglomni/wizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/backends/sglomni/wizard.py b/app/backends/sglomni/wizard.py
index 2083ec8..96679d6 100644
--- a/app/backends/sglomni/wizard.py
+++ b/app/backends/sglomni/wizard.py
@@ -101,7 +101,7 @@ def _wizard(stdscr, args: argparse.Namespace) -> Optional[dict]:
installed = set(sg_models.installed_keys())
picked = tui.checkbox_tree(
stdscr, "Select SGLang-Omni Models to Install", families,
- expand_all=True, back_value=_GO_BACK,
+ back_value=_GO_BACK,
checked={(index, option["key"])
for index, family in enumerate(families)
for option in family["options"]