Skip to content

Gemma4 vllm fixes#227

Open
RobMulla wants to merge 4 commits into
AI-Hypercomputer:mainfrom
RobMulla:gemma4-vllm-fixes
Open

Gemma4 vllm fixes#227
RobMulla wants to merge 4 commits into
AI-Hypercomputer:mainfrom
RobMulla:gemma4-vllm-fixes

Conversation

@RobMulla
Copy link
Copy Markdown
Contributor

Fixes the Gemma 4 vLLM recipes for Ironwood (v7x) based on feedback.

Key Changes:

  • Single-chip configuration: Updated gemma4-server.yaml to use tensor-parallel-size=1 and 1x1x1 topology for a single-chip v7x deployment.
  • Documentation fixes: Fixed the manifest filename in README.md and added the required namespace to the secret creation command.

Signed-off-by: Rob Mulla <rob.mulla@gmail.com>
Signed-off-by: Rob Mulla <rob.mulla@gmail.com>
Signed-off-by: Rob Mulla <rob.mulla@gmail.com>
- --seed=42
# TODO: Update tensor-parallel-size to match the number of chips in your topology
- --tensor-parallel-size=8
- --tensor-parallel-size=1
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Did you mean to set TP=1 (replicated) and not TP=2 (sharded)?

nodeSelector:
cloud.google.com/gke-tpu-accelerator: tpu7x
cloud.google.com/gke-tpu-topology: 2x2x1
cloud.google.com/gke-tpu-topology: 1x1x1
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.

This is going to cause an issue given the nodepool is creating a 2x2x1:

gcloud container node-pools create ${NODEPOOL_NAME} \
  --project=${PROJECT_ID} \
  --location=${REGION} \
  --node-locations=${ZONE} \
  --num-nodes=1 \
  --machine-type=tpu7x-standard-4t \
  --cluster=${CLUSTER_NAME}

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.

also 1x1x1 is not readily available to 3Ps - the gke team is still testing it for external use

Signed-off-by: Rob Mulla <rob.mulla@gmail.com>
@RobMulla RobMulla force-pushed the gemma4-vllm-fixes branch from 6eb5da4 to eaa3dc5 Compare April 21, 2026 19:07
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.

3 participants