Skip to content

Commit 7f7d6a5

Browse files
committed
remove pytorch
1 parent 949043e commit 7f7d6a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Install JAX, Numpyro, PyTorch
3232
shell: bash -l {0}
3333
run: |
34-
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
35-
pip install pyro-ppl
36-
pip install --upgrade "jax[cuda12]"
34+
# pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
35+
# pip install pyro-ppl
36+
pip install "jax[cuda12-local]==0.6.2"
3737
pip install numpyro pyro-ppl
3838
python scripts/test-jax-install.py
3939
- name: Check nvidia Drivers

0 commit comments

Comments
 (0)