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