Skip to content

Commit

Permalink
use path
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed May 27, 2024
1 parent 95dd642 commit fafd8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install JAX[CUDA] and Numpyro[CUDA]
shell: bash -l {0}
run: |
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib/
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
- name: Check nvidia drivers
Expand Down

0 comments on commit fafd8eb

Please sign in to comment.