Skip to content
Open
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
5 changes: 3 additions & 2 deletions .github/workflows/cloud-tpu-ci-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
# Begin Presubmit Naming Check - name modification requires internal check to be updated
name: "TPU test (jaxlib=head)"
with:
runner: "linux-x86-ct6e-180-8tpu"
# DO_NOT_SUBMIT: Change back to v6e-8
runner: "linux-x86-tpu7x-224-4tpu"
cores: "8"
tpu-type: "v6e-8"
tpu-type: "v7x-4"
python: "3.14-nogil"
libtpu-version-type: "nightly"
halt-for-connection: false
Expand Down
Loading