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 a00c1b5 commit 26dda48Copy full SHA for 26dda48
.github/workflows/linux_cuda_wheel.yaml
@@ -108,7 +108,7 @@ jobs:
108
run: ${CONDA_RUN} python -m pip install --upgrade pip
109
- name: Install PyTorch
110
run: |
111
- ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
+ ${CONDA_RUN} python -m pip install --pre torch==2.10.0.dev20251106 torchvision --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
112
${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
113
- name: Install torchcodec from the wheel
114
0 commit comments