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 065aafa commit 683e55fCopy full SHA for 683e55f
.github/workflows/build_wheels_aarch64_linux.yml
@@ -22,7 +22,7 @@ on:
22
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: linux-aarch64
@@ -36,7 +36,7 @@ jobs:
36
permissions:
37
id-token: write
38
contents: read
39
- uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
+ uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.9
40
41
# Set the ref to an empty string instead of the default nightly because
42
# torchao doesn't have nightly branch setup yet, instead the build is
0 commit comments