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__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/backends/audiocpp/__init__.py b/app/backends/audiocpp/__init__.py
index 02fe967..2bb9cc7 100644
--- a/app/backends/audiocpp/__init__.py
+++ b/app/backends/audiocpp/__init__.py
@@ -68,6 +68,12 @@ from .build import (
uninstall,
update,
)
+from .prebuilt import (
+ fetch_latest_release,
+ install_prebuilt,
+ installed_release,
+ select_assets,
+)
from .remote import fetch_server_models, fetch_server_voices
from .wizard import (
build_parser,
@@ -100,6 +106,9 @@ __all__ = [
# build
"find_local_checkout", "find_audiocpp_server_bin", "find_build_script",
"apply_ggml_patches", "build_audiocpp", "uninstall", "update",
+ # prebuilt
+ "fetch_latest_release", "install_prebuilt", "installed_release",
+ "select_assets",
# remote
"fetch_server_models", "fetch_server_voices",
# wizard / status