Skip to content

Include documented TPU recipes#477

Open
mtsokol wants to merge 1 commit into
vllm-project:mainfrom
mtsokol:new-tpu-recipes
Open

Include documented TPU recipes#477
mtsokol wants to merge 1 commit into
vllm-project:mainfrom
mtsokol:new-tpu-recipes

Conversation

@mtsokol
Copy link
Copy Markdown

@mtsokol mtsokol commented May 19, 2026

Hi Team,

This PR adds two more TPU configurations for models documented in https://github.com/AI-Hypercomputer/tpu-recipes repository.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vllm-recipes Ready Ready Preview, Comment May 19, 2026 2:53pm

Request Review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds TPU support documentation and verification status for the Qwen3-Coder-480B-A35B-Instruct and Llama-3.3-70B-Instruct models on Ironwood and Trillium hardware. A review comment suggests replacing the ':latest' tag in the Docker example with a placeholder to ensure consistency with the instructions and improve reproducibility.

docker run -itd --name llama33-tpu \
--privileged --network host --shm-size 16G \
-v /dev/shm:/dev/shm -e HF_TOKEN=$HF_TOKEN \
vllm/vllm-tpu:latest \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The documentation on line 106 correctly advises to 'Pull the tag specified by the upstream Trillium recipe'. However, the example docker run command on line 111 uses the vllm/vllm-tpu:latest tag. Using :latest can lead to non-reproducible behavior and might break if there are changes in the upstream image. To align with the documentation's recommendation and avoid potential issues for users, please consider using a placeholder to indicate that a specific tag from the recipe should be used.

    vllm/vllm-tpu:<tag-from-recipe> \

Signed-off-by: Mateusz Sokół <mat646@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant