Skip to content

Commit 70658c8

Browse files
committed
install numpyro
1 parent 1ff54b2 commit 70658c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install jax (and install checks for GPU)
2020
shell: bash -l {0}
2121
run: |
22+
pip install 'numpyro[cuda]' -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2223
pip install -U "jax[cuda12]"
2324
python --version
2425
python scripts/test-jax-install.py

0 commit comments

Comments
 (0)