Skip to content

Commit d3e0417

Browse files
committed
fix: restore numpyro to accelerate jax
1 parent 2317f2f commit d3e0417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
shell: bash -l {0}
6565
run: |
6666
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
6768
nvidia-smi
6869
- name: Build HTML
6970
shell: bash -l {0}

0 commit comments

Comments
 (0)