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 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.14
2727 with :
2828 package-type : wheel
2929 os : linux
@@ -39,15 +39,15 @@ jobs:
3939 permissions :
4040 id-token : write
4141 contents : read
42- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
42+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.14
4343 with :
4444 # Set the ref to an empty string instead of the default nightly because
4545 # torchao doesn't have nightly branch setup yet, instead the build is
4646 # triggered daily from main with a schedule
4747 repository : pytorch/ao
4848 ref : " "
4949 test-infra-repository : pytorch/test-infra
50- test-infra-ref : main
50+ test-infra-ref : torchao-release0.14
5151 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5252 env-var-script : packaging/env_var_script_linux.sh
5353 pre-script : packaging/pre_build_script.sh
You can’t perform that action at this time.
0 commit comments