Skip to content

Commit d9f13ab

Browse files
committed
upgrade_jax
1 parent 3d8e606 commit d9f13ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ jax_core_deps =
121121

122122
# JAX CPU
123123
jax_cpu =
124-
jax==0.4.35
125-
jaxlib==0.4.35
124+
jax==0.4.38
125+
jaxlib==0.4.38
126126
%(jax_core_deps)s
127127

128128
# JAX GPU
129129
# Note this installs both jax and jaxlib.
130130
jax_gpu =
131-
jax==0.4.35
132-
jaxlib==0.4.35
133-
jax-cuda12-plugin[with_cuda]==0.4.35
134-
jax-cuda12-pjrt==0.4.35
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
135135
%(jax_core_deps)s
136136

137137
# PyTorch CPU

0 commit comments

Comments
 (0)