File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323
2424jobs :
2525 generate-matrix :
26- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.16
2727 with :
2828 package-type : wheel
2929 os : linux-aarch64
@@ -37,15 +37,15 @@ jobs:
3737 permissions :
3838 id-token : write
3939 contents : read
40- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
40+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.16
4141 with :
4242 # Set the ref to an empty string instead of the default nightly because
4343 # torchao doesn't have nightly branch setup yet, instead the build is
4444 # triggered daily from main with a schedule
4545 repository : pytorch/ao
4646 ref : " "
4747 test-infra-repository : pytorch/test-infra
48- test-infra-ref : main
48+ test-infra-ref : torchao-release0.16
4949 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5050 env-var-script : packaging/env_var_script_linux.sh
5151 pre-script : packaging/pre_build_script.sh
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 generate-matrix :
27- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
27+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.16
2828 with :
2929 package-type : wheel
3030 os : linux
@@ -40,15 +40,15 @@ jobs:
4040 permissions :
4141 id-token : write
4242 contents : read
43- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.16
4444 with :
4545 # Set the ref to an empty string instead of the default nightly because
4646 # torchao doesn't have nightly branch setup yet, instead the build is
4747 # triggered daily from main with a schedule
4848 repository : pytorch/ao
4949 ref : " "
5050 test-infra-repository : pytorch/test-infra
51- test-infra-ref : main
51+ test-infra-ref : torchao-release0.16
5252 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5353 env-var-script : packaging/env_var_script_linux.sh
5454 pre-script : packaging/pre_build_script.sh
You can’t perform that action at this time.
0 commit comments