Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/wheel_tests_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jobs:
tpu-specs: [
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
{type: "v7x-8", cores: "8", runner: "linux-x86-tpu7x-224-4tpu"},
]
libtpu-version-type: ["nightly"]
name: "Bazel tests TPU (JAX artifacts version = ${{ format('{0}', 'head') }})"
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/wheel_tests_nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ jobs:
- tpu-specs:
type: "v5e-8"
python: "3.12"
# Run min and max Python versions for v7x-8
- tpu-specs:
type: "v7x-8"
python: "3.11"
- tpu-specs:
type: "v7x-8"
python: "3.12"

name: "Pytest TPU (JAX artifacts version = ${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }})"
with:
Expand All @@ -223,6 +230,7 @@ jobs:
# {type: "v3-8", cores: "4"}, # Enable when we have the v3 type available
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
{type: "v7x-8", cores: "8", runner: "linux-x86-tpu7x-224-4tpu"},
]
libtpu-version-type: ["pypi_latest", "nightly"]
exclude:
Expand All @@ -247,6 +255,13 @@ jobs:
- tpu-specs:
type: "v5e-8"
python: "3.12"
# Run min and max Python versions for v7x-8
- tpu-specs:
type: "v7x-8"
python: "3.11"
- tpu-specs:
type: "v7x-8"
python: "3.12"

name: "Bazel tests TPU (JAX artifacts version = ${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }})"
with:
Expand Down
Loading