File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with-cuda : disable
2727 with-rocm : disable
2828 build-python-only : enable
29+ generate-matrix-torchvision :
30+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml
31+ with :
32+ package-type : wheel
33+ os : linux
34+ test-infra-repository : ${{ github.repository }}
35+ test-infra-ref : ${{ github.ref }}
36+ with-xpu : disable
37+ with-rocm : disable
38+ with-cuda : disable
39+ build-python-only : " disable"
2940 test-torchtune :
3041 needs : generate-matrix
3142 strategy :
4960 torchvision
5061 torchao
5162 test-torchvision-extra-decoders :
52- needs : generate-matrix
63+ needs : generate-matrix-torchvision
5364 strategy :
5465 fail-fast : false
5566 matrix :
6677 ref : " "
6778 test-infra-repository : ${{ github.repository }}
6879 test-infra-ref : ${{ github.ref }}
69- build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
80+ build-matrix : ${{ needs.generate-matrix-torchvision .outputs.matrix }}
7081 package-name : ${{ matrix.package-name }}
7182 pre-script : ${{ matrix.pre-script }}
7283 post-script : ${{ matrix.post-script }}
You can’t perform that action at this time.
0 commit comments