Skip to content

Commit 01eb881

Browse files
committed
change jax version
1 parent 1e62f15 commit 01eb881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ jax_cpu =
128128
# JAX GPU
129129
# Note this installs both jax and jaxlib.
130130
jax_gpu =
131-
jax==0.4.38
132-
jaxlib==0.4.38
133-
jax-cuda12-plugin[with_cuda]==0.4.38
134-
jax-cuda12-pjrt==0.4.38
131+
jax==0.4.36
132+
jaxlib==0.4.36
133+
jax-cuda12-plugin[with_cuda]==0.4.36
134+
jax-cuda12-pjrt==0.4.36
135135
%(jax_core_deps)s
136136

137137
# PyTorch CPU

0 commit comments

Comments
 (0)