FunAudioLLM/Fun-ASR-Nano-GGUF
Fun-ASR-Nano · GGUF (FunASR llama.cpp runtime)
GGUF build of Fun-ASR-Nano (SenseVoice SAN-M encoder + adaptor + Qwen3-0.6B LLM decoder) for the zero-Python, CPU/edge [FunASR llama.cpp runtime](https://github.com/FunAudioLLM/Fun-ASR/tree/main/runtime/llama.cpp) — the accuracy leader (LLM decoder), single C++ binary.
LLM quantization (pick by size vs accuracy)
The Fun-ASR-Nano LLM (Qwen3-0.6B) ships in three tiers — all within 0.1% CER (184-file micro-CER). Pair any with funasr-encoder-f16.gguf (470 MB).
Recommended: q4_K_M (smallest) or q5_K_M (best).
Get it running (no Python, no build)
These are GGUF weights for the [FunASR llama.cpp runtime](https://github.com/modelscope/FunASR/tree/main/runtime/llama.cpp) — a whisper.cpp-style, single self-contained binary for CPU / edge. Grab a prebuilt binary, then fetch this model and run:
- Prebuilt binaries (Linux / macOS / Windows) → [GitHub Releases](https://github.com/modelscope/FunASR/releases) (tag
runtime-llamacpp-v*) - Deployment guide & qualified benchmarks → [funasr.com/deploy/llama-cpp](https://www.funasr.com/deploy/llama-cpp.html)
bash download-funasr-model.sh nano ./gguf
llama-funasr-cli --enc ./gguf/funasr-encoder-f16.gguf -m ./gguf/qwen3-0.6b-q8_0.gguf --vad ./gguf/fsmn-vad.gguf -a audio.wavFiles
Usage (needs both the encoder and the LLM gguf)
llama-funasr-cli --enc funasr-encoder-f16.gguf -m qwen3-0.6b-q8_0.gguf -a audio.wav --vad fsmn-vad.ggufOn CPU: 8.30 % CER on the 184-clip Mandarin benchmark (vs whisper.cpp 22–31 %).
Links
- 🧩 Runtime & build: [Fun-ASR · runtime/llama.cpp](https://github.com/FunAudioLLM/Fun-ASR/tree/main/runtime/llama.cpp) — ⭐ Star [Fun-ASR](https://github.com/FunAudioLLM/Fun-ASR)!
- Source model: FunAudioLLM/Fun-ASR-Nano-2512
