aboutsummaryrefslogtreecommitdiff
path: root/app/backends/sglomni/__init__.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-04 17:41:43 -0400
committerhistoria <historiavg@proton.me>2026-09-04 17:41:43 -0400
commit0157ce4a347f9625e1e9d09e2bbf0fbfad722557 (patch)
treea2239553d7e8ac5cdb5931ad49482487e1f49905 /app/backends/sglomni/__init__.py
parent5263a30356d7a7b39490e9a3cf5f6c179249500c (diff)
downloadtts-audiobook-generator-main.tar.gz
fix: sglomni retry contract, booting detection, CLI keys, companion refresh, ffmpeg depHEADmain
Diffstat (limited to 'app/backends/sglomni/__init__.py')
-rw-r--r--app/backends/sglomni/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/backends/sglomni/__init__.py b/app/backends/sglomni/__init__.py
index be94a0e..ed7d4ed 100644
--- a/app/backends/sglomni/__init__.py
+++ b/app/backends/sglomni/__init__.py
@@ -22,7 +22,6 @@ from .constants import (
SERVER_NAME,
SERVER_START_TIMEOUT,
SGLOMNI_PIP_PKG,
- UV_PIP_PKG,
)
from .gpu import (
compute_capability,
@@ -79,7 +78,7 @@ from .wizard import (
__all__ = [
# constants
"CONFIGS_DIR", "DEFAULT_PORT", "PYTHON_SPEC", "PYTHON_VERSIONS",
- "SERVER_NAME", "SERVER_START_TIMEOUT", "SGLOMNI_PIP_PKG", "UV_PIP_PKG",
+ "SERVER_NAME", "SERVER_START_TIMEOUT", "SGLOMNI_PIP_PKG",
# gpu
"compute_capability", "describe",
# catalog