Skip to content

Commit ac910b1

Browse files
committed
OOM issue for JAX 0.7.2
1 parent cc270b6 commit ac910b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
jax>=0.6.2
2+
jax>=0.6.2,<=0.7.0
33
jaxlib>=0.4.30
44
grain
55
google-cloud-storage>=2.17.0

requirements_with_jax_ai_image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.6.2,<=0.7.0
55
jaxlib>=0.4.30
66
grain
77
google-cloud-storage>=2.17.0

0 commit comments

Comments
 (0)