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 22
22
23
23
jobs :
24
24
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.12
26
26
with :
27
27
package-type : wheel
28
28
os : linux
@@ -38,15 +38,15 @@ jobs:
38
38
permissions :
39
39
id-token : write
40
40
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.12
42
42
with :
43
43
# Set the ref to an empty string instead of the default nightly because
44
44
# torchao doesn't have nightly branch setup yet, instead the build is
45
45
# triggered daily from main with a schedule
46
46
repository : pytorch/ao
47
47
ref : " "
48
48
test-infra-repository : pytorch/test-infra
49
- test-infra-ref : main
49
+ test-infra-ref : torchao-release0.12
50
50
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
51
51
env-var-script : packaging/env_var_script_linux.sh
52
52
pre-script : packaging/pre_build_script.sh
You can’t perform that action at this time.
0 commit comments