We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32129b commit 1ff54b2Copy full SHA for 1ff54b2
.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 --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
+ pip install -U "jax[cuda12]"
23
python --version
24
python scripts/test-jax-install.py
25
nvidia-smi
0 commit comments