Skip to content

Commit

Permalink
doc: fix minor issue in vllm doc (#1242)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruoyu Ying <[email protected]>
Co-authored-by: sdp <[email protected]>
  • Loading branch information
Ruoyu-y and sdp authored Jan 28, 2025
1 parent b38d9f3 commit 63c66a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/third_parties/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bash ./launch_vllm_service.sh ${port_number} ${model_name}

```bash
cd deplopyment/docker_compose
docker compose -f compose.yaml vllm-server up -d
docker compose -f compose.yaml up vllm-server -d
```

### 2.2 vLLM on Gaudi
Expand Down

0 comments on commit 63c66a0

Please sign in to comment.