We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83c167 commit 4f3ce38Copy full SHA for 4f3ce38
.github/workflows/cloud-tpu-ci-presubmit.yml
@@ -36,9 +36,10 @@ jobs:
36
# Begin Presubmit Naming Check - name modification requires internal check to be updated
37
name: "TPU test (jaxlib=head)"
38
with:
39
- runner: "linux-x86-ct6e-180-8tpu"
+ # DO_NOT_SUBMIT: Change back to v6e-8
40
+ runner: "linux-x86-tpu7x-224-4tpu"
41
cores: "8"
- tpu-type: "v6e-8"
42
+ tpu-type: "v7x-4"
43
python: "3.14-nogil"
44
libtpu-version-type: "nightly"
45
halt-for-connection: false
0 commit comments