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 7253ad2 commit 27694dcCopy full SHA for 27694dc
.github/workflows/linux_cuda_wheel.yaml
@@ -69,6 +69,10 @@ jobs:
69
cuda-version: ['11.8', '12.4', '12.6']
70
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
71
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
72
+ exclude:
73
+ - cuda-version: '12.4' # TODO put this back it fails with infra issue.
74
+ ffmpeg-version-for-tests: '4.4.2'
75
+
76
container:
77
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
78
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
0 commit comments