Skip to content

Commit 6a73137

Browse files
committed
MAINT: Install numpyro with GPU
1 parent eeca377 commit 6a73137

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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]" -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}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
shell: bash -l {0}
6262
run: |
6363
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
64+
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
6465
nvidia-smi
6566
- name: Install latex dependencies
6667
shell: bash -l {0}

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
shell: bash -l {0}
6868
run: |
6969
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
70+
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
7071
nvidia-smi
7172
- name: Display Conda Environment Versions
7273
shell: bash -l {0}

0 commit comments

Comments
 (0)