aboutsummaryrefslogtreecommitdiff
path: root/app/backends/audiocpp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/backends/audiocpp/__init__.py')
-rw-r--r--app/backends/audiocpp/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/backends/audiocpp/__init__.py b/app/backends/audiocpp/__init__.py
index b97032b..f55cf35 100644
--- a/app/backends/audiocpp/__init__.py
+++ b/app/backends/audiocpp/__init__.py
@@ -10,7 +10,8 @@ Modules:
models install state on disk, missing-model guidance, downloads
voices reference-.wav transcription planning and execution
configsync app/converter/config.py + server.json port/id/backend sync
- build checkout lifecycle: ggml patches, binary build, uninstall
+ build checkout lifecycle: ggml patches, binary build, update,
+ uninstall
remote querying a running server for its models/voices
status detect() for the hub's backend menu
wizard the TUI wizard and the CLI entry points
@@ -66,6 +67,7 @@ from .build import (
find_local_checkout,
find_audiocpp_server_bin,
uninstall,
+ update,
)
from .remote import fetch_server_models, fetch_server_voices
from .wizard import (
@@ -99,7 +101,7 @@ __all__ = [
"update_server_backend",
# build
"find_local_checkout", "find_audiocpp_server_bin", "find_build_script",
- "apply_ggml_patches", "build_audiocpp", "uninstall",
+ "apply_ggml_patches", "build_audiocpp", "uninstall", "update",
# remote
"fetch_server_models", "fetch_server_voices",
# wizard / status