Skip to content

Commit efe7553

Browse files
authored
Drop support for CUDA 11.8 (#723)
1 parent 539c947 commit efe7553

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
@@ -67,7 +67,7 @@ jobs:
6767
# For the actual release we should add that label and change this to
6868
# include more python versions.
6969
python-version: ['3.9']
70-
cuda-version: ['11.8', '12.6', '12.8']
70+
cuda-version: ['12.6', '12.8']
7171
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7272
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
7373

0 commit comments

Comments
 (0)