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 2317f2f commit d3e0417Copy full SHA for d3e0417
.github/workflows/cache.yml
@@ -64,6 +64,7 @@ jobs:
64
shell: bash -l {0}
65
run: |
66
pip install --upgrade "jax[cuda]==0.4.2" -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
68
nvidia-smi
69
- name: Build HTML
70
0 commit comments