From 0157ce4a347f9625e1e9d09e2bbf0fbfad722557 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 4 Sep 2026 17:41:43 -0400 Subject: fix: sglomni retry contract, booting detection, CLI keys, companion refresh, ffmpeg dep --- app/backends/sglomni/constants.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/backends/sglomni/constants.py') diff --git a/app/backends/sglomni/constants.py b/app/backends/sglomni/constants.py index 94a07bd..945ce8a 100644 --- a/app/backends/sglomni/constants.py +++ b/app/backends/sglomni/constants.py @@ -6,9 +6,6 @@ from pathlib import Path # (like qwen-tts and faster-qwen3-tts) so the update action can move with # upstream releases; the stack this code was verified against is 0.1.4. SGLOMNI_PIP_PKG = "sglang-omni" -# uv is provisioned into the app env only when a Python the sglang-omni -# stack accepts (>=3.10,<3.13) is not already available. -UV_PIP_PKG = "uv" # The dedicated venv is backends.envs.SGLOMNI_ENV_DIR (imported from there # by the modules that need it) — its interpreter may differ from the -- cgit v1.2.3