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