Skip to content

Commit 2e9b2b3

Browse files
authored
Update vllm container path in the README.md (#1885)
1 parent 3a60092 commit 2e9b2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ cd vllm-fork/.cd/
4444

4545
- `MODEL` - Select a model from the table above.
4646
- `HF_TOKEN` - Your Hugging Face token (generate one at <https://huggingface.co>).
47-
- `DOCKER_IMAGE` - The vLLM Docker image URL from Gaudi or local repository.
47+
- `DOCKER_IMAGE` - The vLLM Docker image URL from Gaudi or local repository. When using the Gaudi repository, please select Docker images with the vllm-installer* prefix in the file name.
4848

4949
**Example usage:**
5050

5151
```bash
5252
MODEL="Qwen/Qwen2.5-14B-Instruct" \
5353
HF_TOKEN="<your huggingface token>" \
54-
DOCKER_IMAGE="<docker image url>" \
54+
DOCKER_IMAGE="vault.habana.ai/gaudi-docker/1.22.0/ubuntu22.04/habanalabs/vllm-installer-2.7.1:latest" \
5555
docker compose up
5656
```
5757

0 commit comments

Comments
 (0)