[Docs] Update server entrypoint examples (#42077)

Signed-off-by: Ethan Feng <ethan.fengch@gmail.com>
This commit is contained in:
Ethan Feng
2026-05-09 02:03:52 +00:00
committed by GitHub
parent 236bf9d152
commit a43bc34baf
4 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ vLLM can be deployed on [RunPod](https://www.runpod.io/), a cloud GPU platform t
SSH into your RunPod pod and launch the vLLM OpenAI-compatible server:
```bash
python -m vllm.entrypoints.openai.api_server \
--model <model-name> \
vllm serve <model-name> \
--host 0.0.0.0 \
--port 8000
```