Skip to content

Commit 1fb8fe2

Browse files
committed
use the latest jax head
1 parent ac910b1 commit 1fb8fe2

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,<=0.7.0
2+
jax@git+https://github.com/jax-ml/jax.git
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,<=0.7.0
4+
jax@git+https://github.com/jax-ml/jax.git
55
jaxlib>=0.4.30
66
grain
77
google-cloud-storage>=2.17.0

0 commit comments

Comments
 (0)