Skip to content

Commit ee84bb1

Browse files
committed
Use CUDA 13.0 on CI
1 parent ec878eb commit ee84bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# the wheel unless the label cliflow/binaries/all is present in the
5656
# PR.
5757
python-version: ['3.10']
58-
cuda-version: ['12.6']
58+
cuda-version: ['12.8']
5959
ffmpeg-version-for-tests: ['7']
6060
container:
6161
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
# For the actual release we should add that label and change this to
6868
# include more python versions.
6969
python-version: ['3.10']
70-
# We test against 12.6 and 12.9 to avoid having too big of a CI matrix,
70+
# We test against 12.6 and 13.0 to avoid having too big of a CI matrix,
7171
# but for releases we should add 12.8.
72-
cuda-version: ['12.6', '12.9']
72+
cuda-version: ['12.6', '13.0']
7373
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7474
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
7575

0 commit comments

Comments
 (0)