File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments