docs: link the deployment product hub
#2
by langgz - opened
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Recommended: **q4_K_M** (smallest) or **q5_K_M** (best).
|
|
| 39 |
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:
|
| 40 |
|
| 41 |
- **Prebuilt binaries (Linux / macOS / Windows) → [GitHub Releases](https://github.com/modelscope/FunASR/releases)** (tag `runtime-llamacpp-v*`)
|
| 42 |
-
- **
|
| 43 |
|
| 44 |
```bash
|
| 45 |
bash download-funasr-model.sh nano ./gguf
|
|
|
|
| 39 |
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:
|
| 40 |
|
| 41 |
- **Prebuilt binaries (Linux / macOS / Windows) → [GitHub Releases](https://github.com/modelscope/FunASR/releases)** (tag `runtime-llamacpp-v*`)
|
| 42 |
+
- **Deployment guide & qualified benchmarks → [funasr.com/deploy/llama-cpp](https://www.funasr.com/deploy/llama-cpp.html)**
|
| 43 |
|
| 44 |
```bash
|
| 45 |
bash download-funasr-model.sh nano ./gguf
|