Skip to content

Commit a228b27

Browse files
judyzhaoxinwucamiloCienet
authored andcommitted
Loose up the JAX version to run JAX nightly TPU jobs
1 parent c8e7cc3 commit a228b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ gcp = [
107107
# Note: Specify -f https://storage.googleapis.com/jax-releases/libtpu_releases.html during install.
108108
tpu = [
109109
"axlearn[gcp]",
110-
"jax[tpu]>=0.9.1.dev20260130,<0.9.2", # must be >=0.4.19 for compat with v5p.
110+
"jax[tpu]>=0.9.0,<0.9.2", # must be >=0.4.19 for compat with v5p.
111111
"pathwaysutils==0.1.2", # For JAX+Pathways single-controller accelerator coordinator.
112112
]
113113
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
@@ -133,7 +133,7 @@ dataflow = [
133133
# GPU custom kernel dependency.
134134
gpu = [
135135
"triton>=2.1.0",
136-
"jax[cuda12]>=0.9.1.dev20260130,<0.9.2",
136+
"jax[cuda12]>=0.9.0,<0.9.2",
137137
"nvidia-ml-py==12.560.30",
138138
# pin nccl version, otherwise jax[cuda12] will pull latest version
139139
"nvidia-nccl-cu12==2.27.5",

0 commit comments

Comments
 (0)