From 7ec70e19b78cbe7438ec4d61e15951f6e8dd0fb8 Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 3 Sep 2026 00:38:47 -0400 Subject: feat: gplang-omni reserves 70% of gpu 0 memory, preventing oom errors on consumer cards --- app/backends/sglomni/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/backends/sglomni/wizard.py') 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"] -- cgit v1.2.3