Skip to content

Conversation

scaliby
Copy link
Collaborator

@scaliby scaliby commented Aug 11, 2025

Fixes / Features

  • Introduces support for Ironwood TPU's

Testing / Documentation

Testing has been performed in a manual fashion using the tpu7x accelerators. Test commands that suceeded:

python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-2 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-2 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-8 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-8 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
  • [y] Tests pass
  • [y] Appropriate changes to documentation are included in the PR

@scaliby scaliby added the release-features features label Aug 11, 2025
@scaliby scaliby force-pushed the konradkaim/tpu7x-support branch 2 times, most recently from ad98198 to 2deced2 Compare August 11, 2025 12:52
@scaliby scaliby force-pushed the konradkaim/tpu7x-support branch from 2deced2 to 2bda70a Compare August 20, 2025 13:01
@scaliby scaliby changed the title WIP: add tpu7x support Add tpu7x support Aug 21, 2025
@scaliby scaliby force-pushed the konradkaim/tpu7x-support branch from 2bda70a to 86573a3 Compare August 21, 2025 08:25
@scaliby scaliby marked this pull request as ready for review August 21, 2025 08:25
@sharabiani
Copy link
Collaborator

Fixes / Features

  • Introduces support for Ironwood TPU's

Testing / Documentation

Testing has been performed in a manual fashion using the tpu7x accelerators. Test commands that suceeded:

python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-2 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-2 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-8 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-8 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
  • [y] Tests pass
  • [y] Appropriate changes to documentation are included in the PR

Did you have a chance to test the workloads on the created cluster?

@scaliby
Copy link
Collaborator Author

scaliby commented Aug 21, 2025

Fixes / Features

  • Introduces support for Ironwood TPU's

Testing / Documentation

Testing has been performed in a manual fashion using the tpu7x accelerators. Test commands that suceeded:

python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-2 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-2 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
python3 xpk.py cluster create \
  --cluster=xpk-test-tpu7x-8 \
  --project=tpu-staging-env-one-vm \
  --tpu-type=tpu7x-8 \
  --zone=us-central2-newvmos \
  --num-nodes=1 \
  --enable-autoprovisioning \
  --custom-cluster-arguments="--cluster-version=1.33.3-gke.1255000" \
  --on-demand \
  --custom-nodepool-arguments="--node-version=1.33.3-gke.1255000"
  • [y] Tests pass
  • [y] Appropriate changes to documentation are included in the PR

Did you have a chance to test the workloads on the created cluster?

I tested by deploying a simple echo app.

@scaliby scaliby requested a review from sharabiani August 21, 2025 14:06
@scaliby scaliby enabled auto-merge August 22, 2025 08:42
@scaliby scaliby merged commit f0e0b4c into develop Aug 22, 2025
18 of 19 checks passed
@scaliby scaliby deleted the konradkaim/tpu7x-support branch August 22, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants