We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909d382 commit ff3c1f0Copy full SHA for ff3c1f0
.github/workflows/linux_cuda_aarch64_wheel.yaml
@@ -89,7 +89,7 @@ jobs:
89
run: python -m pip install --upgrade pip
90
- name: Install PyTorch
91
run: |
92
- python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
+ ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
93
- name: Install torchcodec from the wheel
94
95
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
0 commit comments