Skip to content

Commit

Permalink
jax is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kp992 committed Jun 2, 2024
1 parent d72c0fe commit 4d75f11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
if: steps.cache-docker-mmcky.outputs.cache-hit == 'true'
run: docker image load --input ./ci/cache/docker/cuda/docker-img.tar

- name: Install JAX[CUDA] and Numpyro[CUDA]
shell: bash -l {0}
run: |
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: Install JAX[CUDA] and Numpyro[CUDA]
# shell: bash -l {0}
# run: |
# 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
shell: bash -l {0}
Expand Down

0 comments on commit 4d75f11

Please sign in to comment.