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 ecf8d9f commit 3dc8d8eCopy full SHA for 3dc8d8e
.github/workflows/linux_cuda_wheel.yaml
@@ -95,7 +95,7 @@ jobs:
95
run: ${CONDA_RUN} python -m pip install --upgrade pip
96
- name: Install PyTorch
97
run: |
98
- ${CONDA_RUN} python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }} torchvision
+ ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
99
${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
100
- name: Install torchcodec from the wheel
101
0 commit comments