Skip to content

Commit f68e030

Browse files
committed
.
1 parent b64fd48 commit f68e030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cuda_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
python_version: ["3.9"]
1717
# TODO: Add more cuda versions.
1818
cuda_arch_version: ["12.4"]
19-
ffmpeg_version: ["origin/release/4.4", "origin/release/5.1", "origin/release/6.1", "origin/release/7.1"]
19+
# TODO: Get ffmpeg 4 to work. Currently fails to build with nvcc.
20+
ffmpeg_version: ["origin/release/5.1", "origin/release/6.1", "origin/release/7.1"]
2021
fail-fast: false
2122
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2223
with:

0 commit comments

Comments
 (0)