fix: streaming decode

This commit is contained in:
Labmem-Zhouyx
2026-04-08 17:25:54 +08:00
parent 82d77d445c
commit ee3649c1b3
3 changed files with 27 additions and 43 deletions
+2 -2
View File
@@ -238,8 +238,8 @@ voxcpm --help
### Web Demo
```bash
python app.py # then open http://localhost:7860
```bash
python app.py --model-dir /path/to/VoxCPM2 --port 8808 # use a local model directory, open http://localhost:8808
```
### 🚢 Production Deployment (Nano-vLLM)