Skip to content

Commit 1ff54b2

Browse files
committed
revert to jax docs install
1 parent c32129b commit 1ff54b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install jax (and install checks for GPU)
2020
shell: bash -l {0}
2121
run: |
22-
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
22+
pip install -U "jax[cuda12]"
2323
python --version
2424
python scripts/test-jax-install.py
2525
nvidia-smi

0 commit comments

Comments
 (0)