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 abe3ed0 commit fb619baCopy full SHA for fb619ba
.github/workflows/linux_cuda_wheel.yaml
@@ -66,7 +66,7 @@ jobs:
66
ffmpeg-version-for-tests: ['6']
67
container:
68
image: "pytorch/manylinux-builder:cuda${{ matrix.cuda-version }}"
69
- options: "--gpus all,capabilities=all"
+ options: "--gpus all,capabilities=utility,compute,video"
70
if: ${{ always() }}
71
needs: build
72
steps:
0 commit comments