Instructions to use addyo07/vox-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use addyo07/vox-models 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 addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: llama cli -hf addyo07/vox-models:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: llama cli -hf addyo07/vox-models:Q4_K_M
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 addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf addyo07/vox-models:Q4_K_M
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 addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf addyo07/vox-models:Q4_K_M
Use Docker
docker model run hf.co/addyo07/vox-models:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use addyo07/vox-models with Ollama:
ollama run hf.co/addyo07/vox-models:Q4_K_M
- Unsloth Studio
How to use addyo07/vox-models 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 addyo07/vox-models 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 addyo07/vox-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for addyo07/vox-models to start chatting
- Pi
How to use addyo07/vox-models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "addyo07/vox-models:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use addyo07/vox-models with Docker Model Runner:
docker model run hf.co/addyo07/vox-models:Q4_K_M
- Lemonade
How to use addyo07/vox-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull addyo07/vox-models:Q4_K_M
Run and chat with the model
lemonade run user.vox-models-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use addyo07/vox-models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default addyo07/vox-models:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use addyo07/vox-models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "addyo07/vox-models:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
addy-hypr4 commited on
Commit ·
d3dc482
1
Parent(s): c9658c4
fixed hashes in manifest
Browse files- manifest.json +8 -8
manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0.0",
|
| 3 |
-
"total_size_bytes":
|
| 4 |
"models": [
|
| 5 |
{
|
| 6 |
"id": "ten_vad",
|
|
@@ -12,19 +12,19 @@
|
|
| 12 |
"id": "stt_conv_frontend",
|
| 13 |
"path": "stt/qwen3-asr/conv_frontend.onnx",
|
| 14 |
"size": 44148281,
|
| 15 |
-
"sha256": "
|
| 16 |
},
|
| 17 |
{
|
| 18 |
"id": "stt_encoder",
|
| 19 |
"path": "stt/qwen3-asr/encoder.int8.onnx",
|
| 20 |
"size": 182491662,
|
| 21 |
-
"sha256": "
|
| 22 |
},
|
| 23 |
{
|
| 24 |
"id": "stt_decoder",
|
| 25 |
"path": "stt/qwen3-asr/decoder.int8.onnx",
|
| 26 |
"size": 755914231,
|
| 27 |
-
"sha256": "
|
| 28 |
},
|
| 29 |
{
|
| 30 |
"id": "stt_vocab",
|
|
@@ -54,13 +54,13 @@
|
|
| 54 |
"id": "tts_kokoro_onnx",
|
| 55 |
"path": "tts/kokoro/model.onnx",
|
| 56 |
"size": 345555491,
|
| 57 |
-
"sha256": "
|
| 58 |
},
|
| 59 |
{
|
| 60 |
"id": "tts_kokoro_voices",
|
| 61 |
"path": "tts/kokoro/voices.bin",
|
| 62 |
"size": 5755904,
|
| 63 |
-
"sha256": "
|
| 64 |
},
|
| 65 |
{
|
| 66 |
"id": "tts_kokoro_tokens",
|
|
@@ -91,7 +91,7 @@
|
|
| 91 |
"id": "tts_hi_priyamvada_onnx",
|
| 92 |
"path": "tts/piper_hi/hi_IN-priyamvada-medium.onnx",
|
| 93 |
"size": 63145178,
|
| 94 |
-
"sha256": "
|
| 95 |
},
|
| 96 |
{
|
| 97 |
"id": "tts_hi_priyamvada_config",
|
|
@@ -119,4 +119,4 @@
|
|
| 119 |
"archive": "tar.gz"
|
| 120 |
}
|
| 121 |
]
|
| 122 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0.0",
|
| 3 |
+
"total_size_bytes": 5008946285,
|
| 4 |
"models": [
|
| 5 |
{
|
| 6 |
"id": "ten_vad",
|
|
|
|
| 12 |
"id": "stt_conv_frontend",
|
| 13 |
"path": "stt/qwen3-asr/conv_frontend.onnx",
|
| 14 |
"size": 44148281,
|
| 15 |
+
"sha256": "d22dc4423e0940e49884e903d2ea2f7e5567c14fc1aed97e4e26d6b8f208ef9e"
|
| 16 |
},
|
| 17 |
{
|
| 18 |
"id": "stt_encoder",
|
| 19 |
"path": "stt/qwen3-asr/encoder.int8.onnx",
|
| 20 |
"size": 182491662,
|
| 21 |
+
"sha256": "60748d3e6744a57c9c91e1b17424a6c2990567e8adceb0783940c03ed98fa9d9"
|
| 22 |
},
|
| 23 |
{
|
| 24 |
"id": "stt_decoder",
|
| 25 |
"path": "stt/qwen3-asr/decoder.int8.onnx",
|
| 26 |
"size": 755914231,
|
| 27 |
+
"sha256": "4f6885be5959ae26af3089d38ee7972c5fafbeeb1cf8d5e76eab6d8b61ca5771"
|
| 28 |
},
|
| 29 |
{
|
| 30 |
"id": "stt_vocab",
|
|
|
|
| 54 |
"id": "tts_kokoro_onnx",
|
| 55 |
"path": "tts/kokoro/model.onnx",
|
| 56 |
"size": 345555491,
|
| 57 |
+
"sha256": "10ff414106a038ce7e9e0126c6461e4dc8a86efaa89dc91d2009d69fe635e339"
|
| 58 |
},
|
| 59 |
{
|
| 60 |
"id": "tts_kokoro_voices",
|
| 61 |
"path": "tts/kokoro/voices.bin",
|
| 62 |
"size": 5755904,
|
| 63 |
+
"sha256": "a372c67b056ef0b695c375d39b99630d23fb07ad4c8d87aa32a19a62fca523ad"
|
| 64 |
},
|
| 65 |
{
|
| 66 |
"id": "tts_kokoro_tokens",
|
|
|
|
| 91 |
"id": "tts_hi_priyamvada_onnx",
|
| 92 |
"path": "tts/piper_hi/hi_IN-priyamvada-medium.onnx",
|
| 93 |
"size": 63145178,
|
| 94 |
+
"sha256": "8871f3e07adb6ca490f8dbcd3956a8647c53c35b5d0a1c2a8d097b3bf721a31b"
|
| 95 |
},
|
| 96 |
{
|
| 97 |
"id": "tts_hi_priyamvada_config",
|
|
|
|
| 119 |
"archive": "tar.gz"
|
| 120 |
}
|
| 121 |
]
|
| 122 |
+
}
|