aboutsummaryrefslogtreecommitdiff
path: root/app/backends/sglomni/wizard.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-03 00:38:47 -0400
committerhistoria <historiavg@proton.me>2026-09-03 00:38:47 -0400
commit7ec70e19b78cbe7438ec4d61e15951f6e8dd0fb8 (patch)
tree5d9a3f3c9846bf5b6690b3d30c6896eac0fee55c /app/backends/sglomni/wizard.py
parentd04a2c53b926ccde0d582dbf4a7360dc0f072205 (diff)
downloadtts-audiobook-generator-7ec70e19b78cbe7438ec4d61e15951f6e8dd0fb8.tar.gz
feat: gplang-omni reserves 70% of gpu 0 memory, preventing oom errors on consumer cards
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"]