Skip to content

Commit 4713e41

Browse files
committed
update jax/flax version
1 parent f5f212f commit 4713e41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
jax>=0.6.2
2+
jax>=0.7.2
33
jaxlib>=0.4.30
44
grain
55
google-cloud-storage>=2.17.0
66
absl-py
77
datasets
8-
flax>=0.11.0
8+
flax>=0.12.0
99
optax>=0.2.3
1010
torch>=2.6.0
1111
torchvision>=0.20.1

requirements_with_jax_ai_image.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.6.2
4+
jax>=0.7.2
55
jaxlib>=0.4.30
66
grain
77
google-cloud-storage>=2.17.0
88
absl-py
99
datasets
10-
flax>=0.10.2
10+
flax>=0.12.0
1111
optax>=0.2.3
1212
torch>=2.6.0
1313
torchvision>=0.20.1

0 commit comments

Comments
 (0)