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 8e0ef0e commit 164882cCopy full SHA for 164882c
.github/workflows/linux_cuda_wheel.yaml
@@ -66,7 +66,7 @@ jobs:
66
# For the actual release we should add that label and change this to
67
# include more python versions.
68
python-version: ['3.9']
69
- cuda-version: ['12.4']
+ cuda-version: ['11.8', '12.1', '12.4']
70
ffmpeg-version-for-tests: ['5', '6', '7']
71
container:
72
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
0 commit comments