File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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@release/0.17.0
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@release/0.17.0
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 : release/0.17.0
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