We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8e606 commit d9f13abCopy full SHA for d9f13ab
setup.cfg
@@ -121,17 +121,17 @@ jax_core_deps =
121
122
# JAX CPU
123
jax_cpu =
124
- jax==0.4.35
125
- jaxlib==0.4.35
+ jax==0.4.38
+ jaxlib==0.4.38
126
%(jax_core_deps)s
127
128
# JAX GPU
129
# Note this installs both jax and jaxlib.
130
jax_gpu =
131
132
133
- jax-cuda12-plugin[with_cuda]==0.4.35
134
- jax-cuda12-pjrt==0.4.35
+ jax-cuda12-plugin[with_cuda]==0.4.38
+ jax-cuda12-pjrt==0.4.38
135
136
137
# PyTorch CPU
0 commit comments