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 ec878eb commit cb5c614Copy full SHA for cb5c614
.github/workflows/linux_cuda_wheel.yaml
@@ -67,9 +67,10 @@ jobs:
67
# For the actual release we should add that label and change this to
68
# include more python versions.
69
python-version: ['3.10']
70
- # We test against 12.6 and 12.9 to avoid having too big of a CI matrix,
+ # We test against 12.6 to avoid having too big of a CI matrix,
71
# but for releases we should add 12.8.
72
- cuda-version: ['12.6', '12.9']
+ # TODO add 13.0!
73
+ cuda-version: ['12.6']
74
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
75
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
76
0 commit comments