Skip to content

Commit 26dda48

Browse files
authored
Update linux_cuda_wheel.yaml
1 parent a00c1b5 commit 26dda48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: ${CONDA_RUN} python -m pip install --upgrade pip
109109
- name: Install PyTorch
110110
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 }}
111+
${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 }}
112112
${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
113113
- name: Install torchcodec from the wheel
114114
run: |

0 commit comments

Comments
 (0)