Views
No views yet
runtime-llamacpp-v*)1bash download-funasr-model.sh sensevoice ./gguf
2llama-funasr-sensevoice -m ./gguf/sensevoice-small-q8.gguf --vad ./gguf/fsmn-vad.gguf -a audio.wav
3# → 欢迎大家来体验达摩院推出的语音识别模型| file | size | notes |
|---|---|---|
sensevoice-small-f16.gguf | 470 MB | recommended (f16 matmul weights) |
sensevoice-small-q8.gguf | ~235 MB | recommended — half of f16, same accuracy |
sensevoice-small.gguf | 936 MB | f32 reference |
--ids for raw ids / --keep-tags for the lang/emotion tags.1# 1. get the VAD too (for long audio): huggingface-cli download FunAudioLLM/fsmn-vad-GGUF
2llama-funasr-sensevoice -m sensevoice-small-f16.gguf -a audio.wav --vad fsmn-vad.gguf