|
25 | 25 | test-infra-ref: ${{ github.ref }} |
26 | 26 | with-cuda: disable |
27 | 27 | with-rocm: disable |
28 | | - build-python-only: enable |
29 | | - generate-matrix-torchvision: |
30 | | - uses: ./.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" |
40 | | - test-torchtune: |
41 | | - needs: generate-matrix |
42 | | - strategy: |
43 | | - fail-fast: false |
44 | | - matrix: |
45 | | - include: |
46 | | - - repository: pytorch/torchtune |
47 | | - package-name: torchtune |
48 | | - uses: ./.github/workflows/build_wheels_linux.yml |
49 | | - name: ${{ matrix.repository }} |
50 | | - with: |
51 | | - repository: ${{ matrix.repository }} |
52 | | - ref: nightly |
53 | | - test-infra-repository: ${{ github.repository }} |
54 | | - test-infra-ref: ${{ github.ref }} |
55 | | - build-matrix: ${{ needs.generate-matrix.outputs.matrix }} |
56 | | - package-name: ${{ matrix.package-name }} |
57 | | - trigger-event: "${{ github.event_name }}" |
58 | | - build-platform: python-build-package |
59 | | - pip-install-torch-extra-args: |
60 | | - torchvision |
61 | | - torchao |
| 28 | + build-python-only: disable |
62 | 29 | test-torchvision-extra-decoders: |
63 | | - needs: generate-matrix-torchvision |
| 30 | + needs: generate-matrix |
64 | 31 | strategy: |
65 | 32 | fail-fast: false |
66 | 33 | matrix: |
|
77 | 44 | ref: "" |
78 | 45 | test-infra-repository: ${{ github.repository }} |
79 | 46 | test-infra-ref: ${{ github.ref }} |
80 | | - build-matrix: ${{ needs.generate-matrix-torchvision.outputs.matrix }} |
| 47 | + build-matrix: ${{ needs.generate-matrix.outputs.matrix }} |
81 | 48 | package-name: ${{ matrix.package-name }} |
82 | 49 | pre-script: ${{ matrix.pre-script }} |
83 | 50 | post-script: ${{ matrix.post-script }} |
|
0 commit comments