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 50c34d7 commit 9a2c888Copy full SHA for 9a2c888
.github/workflows/linux_cuda_wheel.yaml
@@ -67,7 +67,8 @@ jobs:
67
# include more python versions.
68
python-version: ['3.9']
69
cuda-version: ['11.8', '12.4', '12.6']
70
- ffmpeg-version-for-tests: ['5', '6', '7']
+ # TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
71
+ ffmpeg-version-for-tests: ['6', '7']
72
container:
73
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
74
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
0 commit comments