runtime-llamacpp-v0.1.3
sxyazi/yaziruntime-llamacpp-v0.1.3Jun 28, 2026by github-actions[bot]
AI Summary
This release provides prebuilt self-contained binaries for the FunASR llama.cpp runtime, enabling the use of SenseVoice, Paraformer, and Fun-ASR-Nano models with built-in voice activity detection without requiring Python or a build process.
Key Highlights
- Prebuilt self-contained binaries for llama.cpp/GGUF runtime
- Supports SenseVoice, Paraformer, and Fun-ASR-Nano models
- Includes built-in FSMN-VAD for on-device ASR
- No Python or build environment required
New Features
- Prebuilt self-contained binaries for FunASR llama.cpp runtime
Full Release Notes
Prebuilt self-contained binaries for the FunASR llama.cpp / GGUF runtime — SenseVoice, Paraformer and Fun-ASR-Nano with built-in FSMN-VAD (a whisper.cpp-style on-device ASR, strong on Chinese). Get a model with `bash download-funasr-model.sh <sensevoice|paraformer|nano>`, then run `llama-funasr-cli` / `llama-funasr-sensevoice` / `llama-funasr-paraformer`. No Python, no build. Docs: runtime/llama.cpp/README.md