Text-to-Speech
GGUF
audio.cpp
automatic-speech-recognition
voice-conversion
speech
imatrix
conversational
Instructions to use audio-cpp/audio.cpp-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use audio-cpp/audio.cpp-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="audio-cpp/audio.cpp-gguf", filename="HTDemucs-GGUF/htdemucs-f16.gguf", )
llm.create_chat_completion( messages = "\"The answer to the universe is 42\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use audio-cpp/audio.cpp-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL # Run inference directly in the terminal: llama cli -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL # Run inference directly in the terminal: ./llama-cli -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
Use Docker
docker model run hf.co/audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
- LM Studio
- Jan
- Ollama
How to use audio-cpp/audio.cpp-gguf with Ollama:
ollama run hf.co/audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
- Unsloth Studio
How to use audio-cpp/audio.cpp-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for audio-cpp/audio.cpp-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for audio-cpp/audio.cpp-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for audio-cpp/audio.cpp-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use audio-cpp/audio.cpp-gguf with Docker Model Runner:
docker model run hf.co/audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
- Lemonade
How to use audio-cpp/audio.cpp-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull audio-cpp/audio.cpp-gguf:UD-Q4_K_XL
Run and chat with the model
lemonade run user.audio.cpp-gguf-UD-Q4_K_XL
List all available models
lemonade list
Ctrl+K
- HTDemucs-GGUF
- Higgs-Audio-v3-STT-GGUF
- IndexTTS2-GGUF
- Irodori-TTS-500M-v3-GGUF
- Irodori-TTS-600M-v3-VoiceDesign-GGUF
- LTX-2.3-GGUF-unsloth
- MOSS-TTS-Local-v1.5-GGUF
- MOSS-TTS-Nano-100M-GGUF
- Mel-Band-RoFormer-GGUF
- MioCodec-25Hz-44.1kHz-v2-GGUF
- MioTTS-1.7B-GGUF
- Nemotron-3.5-ASR-Streaming-0.6B-GGUF
- OmniVoice-GGUF
- Qwen3-ASR-0.6B-GGUF
- Qwen3-ASR-1.7B-GGUF
- Qwen3-ForcedAligner-0.6B-GGUF
- Qwen3-TTS-12Hz-1.7B-Base-GGUF
- Qwen3-TTS-12Hz-1.7B-CustomVoice-GGUF
- Qwen3-TTS-12Hz-1.7B-VoiceDesign-GGUF
- Stable-Audio-3-Medium-GGUF
- Stable-Audio-3-Small-Music-GGUF
- Stable-Audio-3-Small-SFX-GGUF
- Supertonic-3-GGUF
- VibeVoice-ASR-GGUF
- VoxCPM2-GGUF
- audio.cpp-gguf
- gemma-3-12b-it-qat-GGUF
- 12.8 kB
- 4.95 kB