Skip to content

Commit 2317f2f

Browse files
committed
pin jax=0.4.2
1 parent a9f31c2 commit 2317f2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
- name: Install Jax and Upgrade CUDA
6464
shell: bash -l {0}
6565
run: |
66-
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
67-
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
66+
pip install --upgrade "jax[cuda]==0.4.2" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
6867
nvidia-smi
6968
- name: Build HTML
7069
shell: bash -l {0}

0 commit comments

Comments
 (0)