Skip to content

Commit

Permalink
change jax version
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jan 16, 2025
1 parent 1e62f15 commit 01eb881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jax_cpu =
# JAX GPU
# Note this installs both jax and jaxlib.
jax_gpu =
jax==0.4.38
jaxlib==0.4.38
jax-cuda12-plugin[with_cuda]==0.4.38
jax-cuda12-pjrt==0.4.38
jax==0.4.36
jaxlib==0.4.36
jax-cuda12-plugin[with_cuda]==0.4.36
jax-cuda12-pjrt==0.4.36
%(jax_core_deps)s

# PyTorch CPU
Expand Down

0 comments on commit 01eb881

Please sign in to comment.