Skip to content

Commit d3c6614

Browse files
authored
Pin Jax Version in GPU CI (#1430)
1 parent a4088f2 commit d3c6614

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-jax-cuda.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ torch>=2.1.0
88
torchvision>=0.16.0
99

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

1415
-r requirements-common.txt

0 commit comments

Comments
 (0)