Skip to content

Commit b0b6b67

Browse files
committed
FIX: Switch from PyTorch nightly to stable release (2.9.0) with CUDA 12.8
- Remove --pre flag to avoid nightly builds - Change from /nightly/ to stable cu128 index - Fixes hash mismatch error in CI pipeline
1 parent 7e00b02 commit b0b6b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install JAX, Numpyro, PyTorch
3232
shell: bash -l {0}
3333
run: |
34-
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
34+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
3535
pip install pyro-ppl
3636
pip install --upgrade "jax[cuda12-local]==0.6.2"
3737
pip install numpyro pyro-ppl

0 commit comments

Comments
 (0)