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 a9f31c2 commit 2317f2fCopy full SHA for 2317f2f
.github/workflows/cache.yml
@@ -63,8 +63,7 @@ jobs:
63
- name: Install Jax and Upgrade CUDA
64
shell: bash -l {0}
65
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
+ pip install --upgrade "jax[cuda]==0.4.2" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
68
nvidia-smi
69
- name: Build HTML
70
0 commit comments