langgz commited on
Commit
3847d57
·
verified ·
1 Parent(s): 70a8d2c

Add llama.cpp / GGUF CPU runtime callout

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -34,6 +34,9 @@ SenseVoice is part of the **FunASR** ecosystem — one industrial-grade open-sou
34
 
35
  </div>
36
 
 
 
 
37
 
38
  # Introduction
39
 
 
34
 
35
  </div>
36
 
37
+ > ⚡ **CPU / edge — no GPU, no Python:** run SenseVoiceSmall as a single self-contained binary via **llama.cpp / GGUF** (like whisper.cpp), with built-in VAD. Prebuilt binaries + one-command model download → [SenseVoiceSmall-GGUF](https://huggingface.co/FunAudioLLM/SenseVoiceSmall-GGUF) · [runtime](https://github.com/modelscope/FunASR/tree/main/runtime/llama.cpp) · [guide](https://www.funasr.com/en/blog/funasr-llama-cpp-whisper-cpp-alternative.html)
38
+
39
+
40
 
41
  # Introduction
42