| license: other | |
| tags: | |
| - audio-cpp | |
| - model-archives | |
| - tts | |
| - omnivoice | |
| # audio.cpp model archives | |
| Public archive cache for selected `audio.cpp` model folders. | |
| Files are `.tar.zst` archives intended to be downloaded and extracted into `/models` on GPU instances. | |
| ```bash | |
| mkdir -p /models | |
| wget -O /workspace/OmniVoice.tar.zst https://huggingface.co/datasets/laixuanthoi/audio-cpp-model-archives/resolve/main/OmniVoice.tar.zst | |
| tar --use-compress-program='zstd -d' -xf /workspace/OmniVoice.tar.zst -C /models | |
| ``` | |
| See `sha256sums-omnivoice.txt` for integrity checks. | |