Skip to content

Commit e0dc218

Browse files
committed
Update Jax pin
1 parent f333c7d commit e0dc218

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN if [ "$INSTALL_PATHWAYS_JAXLIB" = "true" ]; then \
105105
uv pip install --prerelease=allow "jaxlib==0.5.3.dev20250918" \
106106
--find-links https://storage.googleapis.com/axlearn-wheels/wheels.html; \
107107
fi
108-
RUN uv pip install -qq --no-deps libtpu==0.0.26.dev20251022+nightly && uv cache clean
108+
RUN uv pip install -qq --no-deps libtpu==0.0.28.dev20251104+nightly && uv cache clean
109109
COPY . .
110110

111111
################################################################################

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ core = [
2323
"absl-py==2.3.1",
2424
"chex==0.1.91",
2525
"importlab==0.8.1", # breaks pytype on 0.8
26-
"jax==0.8.1.dev20251102",
27-
"jaxlib==0.8.1.dev20251102",
26+
"jax== 0.8.1.dev20251104",
27+
"jaxlib== 0.8.1.dev20251104",
2828
"ml-dtypes==0.5.3",
2929
"msgpack==1.1.0", # for checkpointing.
3030
"nltk==3.7", # for text preprocessing
@@ -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.8.1.dev20251102", # must be >=0.4.19 for compat with v5p.
110+
"jax[tpu]== 0.8.1.dev20251104", # must be >=0.4.19 for compat with v5p.
111111
"pathwaysutils==0.1.1", # 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.8.1.dev20251102",
136+
"jax[cuda12]== 0.8.1.dev20251104",
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)