Skip to content

Commit c32129b

Browse files
committed
update jax install
1 parent 3abb55c commit c32129b

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 -U "jax[cuda12]"
22+
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2323
python --version
2424
python scripts/test-jax-install.py
2525
nvidia-smi

0 commit comments

Comments
 (0)