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 1f5ed25 commit 738cdf3Copy full SHA for 738cdf3
.github/workflows/linux_cuda_wheel.yaml
@@ -60,9 +60,9 @@ jobs:
60
strategy:
61
fail-fast: false
62
matrix:
63
- python-version: ['3.9']
+ python-version: ['3.10', '3.11', '3.12']
64
cuda-version: ['12.4']
65
- ffmpeg-version-for-tests: ['5', '6', '7']
+ ffmpeg-version-for-tests: ['6']
66
container:
67
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
68
if: ${{ always() }}
0 commit comments