We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff54b2 commit 70658c8Copy full SHA for 70658c8
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install jax (and install checks for GPU)
20
shell: bash -l {0}
21
run: |
22
+ pip install 'numpyro[cuda]' -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
23
pip install -U "jax[cuda12]"
24
python --version
25
python scripts/test-jax-install.py
0 commit comments