diff options
| author | historia <historiavg@proton.me> | 2026-09-04 17:41:43 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-04 17:41:43 -0400 |
| commit | 0157ce4a347f9625e1e9d09e2bbf0fbfad722557 (patch) | |
| tree | a2239553d7e8ac5cdb5931ad49482487e1f49905 /app/backends/sglomni/constants.py | |
| parent | 5263a30356d7a7b39490e9a3cf5f6c179249500c (diff) | |
| download | tts-audiobook-generator-0157ce4a347f9625e1e9d09e2bbf0fbfad722557.tar.gz | |
Diffstat (limited to 'app/backends/sglomni/constants.py')
| -rw-r--r-- | app/backends/sglomni/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
