Skip to content

Commit 328669b

Browse files
NicolasHugDaniel Flores
authored andcommitted
Use CUDA 13.0 on CI
1 parent af10398 commit 328669b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +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 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-
# TODO add 13.0!
73-
cuda-version: ['12.6']
72+
cuda-version: ['12.6', '13.0']
7473
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7574
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
7675

0 commit comments

Comments
 (0)