Skip to content

Commit c5c83a2

Browse files
authored
Update build_wheels_linux.yml to use torchao-release0.9
i.e. https://github.com/pytorch/test-infra/tree/torchao-release0.9
1 parent 683e55f commit c5c83a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.9
2626
with:
2727
package-type: wheel
2828
os: linux
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
id-token: write
4040
contents: read
41-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.9
4242
with:
4343
# Set the ref to an empty string instead of the default nightly because
4444
# torchao doesn't have nightly branch setup yet, instead the build is

0 commit comments

Comments
 (0)