Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference/trillium/vLLM/Llama3.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gcloud compute tpus tpu-vm ssh $TPU_NAME --project $PROJECT --zone=$ZONE
## Step 3: Use the latest vLLM Docker image for TPU

```bash
export DOCKER_URI=vllm/vllm-tpu:nightly-20251129-28607fc-39e63de
export DOCKER_URI=vllm/vllm-tpu:v0.12.0
```

The docker image is pinned here for users to reproduce the [results below](#section-benchmarking).
Expand Down