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 217d968 commit 065aafaCopy full SHA for 065aafa
.github/workflows/build-wheels_m1.yml
@@ -22,15 +22,15 @@ permissions:
22
contents: read
23
jobs:
24
generate-matrix:
25
- uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
+ uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.9
26
with:
27
package-type: wheel
28
os: macos-arm64
29
build:
30
needs: generate-matrix
31
if: github.repository_owner == 'pytorch'
32
name: pytorch/ao
33
- uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
+ uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@torchao-release0.9
34
35
repository: pytorch/ao
36
ref: ${{ github.head_ref || github.ref_name }}
0 commit comments