Skip to content

Commit 66013bc

Browse files
authored
Update CI workflow to install only PyTorch packages
Removed 'torchaudio' from the installation command for PyTorch.
1 parent 8ad69b1 commit 66013bc

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 torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
34+
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
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)