fix: vllm-version-stable

This commit is contained in:
Damon-Salvetore
2026-02-25 07:30:43 +00:00
parent 1807b858d4
commit 165e17e5ed
2 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ docker run -d --gpus all --name vibevoice-vllm \
-v $(pwd):/app \
-w /app \
--entrypoint bash \
vllm/vllm-openai:latest \
vllm/vllm-openai:v0.14.1 \
-c "python3 /app/vllm_plugin/scripts/start_server.py"
```