Skip to content

Commit d2dd105

Browse files
committed
update jax and flax version
1 parent 5cbf844 commit d2dd105

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
jax>=0.7.2
2+
# TODO: revert back to jax>=0.7.2 and flax>=0.12.0 once the issue with flax compatibility is resolved.
3+
jax==0.8.1
34
jaxlib>=0.4.30
45
grain
56
google-cloud-storage>=2.17.0
67
absl-py
78
datasets
8-
flax>=0.12.0
9+
flax==0.12.1
910
optax>=0.2.3
1011
torch>=2.6.0
1112
torchvision>=0.20.1

requirements_with_jax_ai_image.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Requirements for Building the MaxDifussion Docker Image
22
# These requirements are additional to the dependencies present in the JAX AI base image.
33
--extra-index-url https://download.pytorch.org/whl/cpu
4-
jax>=0.7.2
4+
# TODO: revert back to jax>=0.7.2 and flax>=0.12.0 once the issue with flax compatibility is resolved.
5+
jax==0.8.1
56
jaxlib>=0.4.30
67
grain
78
google-cloud-storage>=2.17.0
89
absl-py
910
datasets
10-
flax>=0.12.0
11+
flax==0.12.1
1112
optax>=0.2.3
1213
torch>=2.6.0
1314
torchvision>=0.20.1

0 commit comments

Comments
 (0)