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 2222
2323jobs :
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.10
2626 with :
2727 package-type : wheel
2828 os : linux
@@ -38,15 +38,15 @@ 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.10
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
4545 # triggered daily from main with a schedule
4646 repository : pytorch/ao
4747 ref : " "
4848 test-infra-repository : pytorch/test-infra
49- test-infra-ref : main
49+ test-infra-ref : torchao-release0.10
5050 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5151 env-var-script : packaging/env_var_script_linux.sh
5252 pre-script : packaging/pre_build_script.sh
You can’t perform that action at this time.
0 commit comments