add --force-reinstall --no-deps to torchaudio CUDA install

This commit is contained in:
Jamie Pine
2026-03-17 00:07:45 -07:00
parent a672ac5279
commit df50b8a925
+1 -1
View File
@@ -192,7 +192,7 @@ jobs:
- name: Install PyTorch with CUDA 12.6
run: |
pip install torch --index-url https://download.pytorch.org/whl/cu126 --force-reinstall --no-deps
pip install torchaudio --index-url https://download.pytorch.org/whl/cu126
pip install torchaudio --index-url https://download.pytorch.org/whl/cu126 --force-reinstall --no-deps
- name: Verify CUDA support in torch
run: |