FunAudioLLM/SenseVoiceSmall-GGUF-audiocpp
SenseVoiceSmall GGUF for audio.cpp
This repository contains a self-contained Q80 export of [SenseVoiceSmall](https://huggingface.co/FunAudioLLM/SenseVoiceSmall) for the [audio.cpp](https://github.com/0xShug0/audio.cpp) spec-backed runtime. The GGUF embeds the `senseasr schema-v1 model specification, SenseVoice metadata, SentencePiece vocabulary, CMVN tensors, and 919 model tensors. It loads directly without --model-spec-override`.
File
Usage
audiocpp_cli --task asr --family sense_asr \
--model sensevoice-small-q8-audiocpp-v1.gguf \
--backend cpu --audio zh.wav \
--request-option audio_chunk_mode=noneThe integration is tracked in audio.cpp pull request #218.
Reproducibility
The model was exported from FunAudioLLM/SenseVoiceSmall revision 3847d57b6bdf2dd8875cb1508d2af43d80a16bf7 with the official runtime/llama.cpp/export_sensevoice_gguf.py exporter using --wtype q8_0 and --model-spec.
On the official 5.616-second Mandarin sample, direct CPU inference produced:
开饭时间早上9点至下午5点。The text exactly matched the original Q8 model loaded with an external model specification.
