Skip to content

Commit

Permalink
Pin Jax Version in GPU CI (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Feb 9, 2024
1 parent 94d7327 commit 1def8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ torch>=2.1.0
torchvision>=0.16.0

# Jax with cuda support.
# TODO: 0.4.24 has an updated Cuda version breaks Jax CI.
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
jax[cuda12_pip]
jax[cuda12_pip]==0.4.23

-r requirements-common.txt

0 comments on commit 1def8ba

Please sign in to comment.