File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ permissions:
22
22
contents : read
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.7
26
26
with :
27
27
package-type : wheel
28
28
os : macos-arm64
29
29
build :
30
30
needs : generate-matrix
31
31
if : github.repository_owner == 'pytorch'
32
32
name : pytorch/ao
33
- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
33
+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@torchao-release0.7
34
34
with :
35
35
repository : pytorch/ao
36
36
ref : ${{ github.head_ref || github.ref_name }}
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.7
26
26
with :
27
27
package-type : wheel
28
28
os : linux-aarch64
29
29
test-infra-repository : pytorch/test-infra
30
- test-infra-ref : main
30
+ test-infra-ref : torchao-release0.7
31
31
with-cuda : disable
32
32
33
33
build :
34
34
needs : generate-matrix
35
35
permissions :
36
36
id-token : write
37
37
contents : read
38
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
38
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.7
39
39
with :
40
40
# Set the ref to an empty string instead of the default nightly because
41
41
# torchao doesn't have nightly branch setup yet, instead the build is
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.7
26
26
with :
27
+ test-infra-ref : torchao-release0.7
27
28
package-type : wheel
28
29
os : linux
29
30
with-cpu : enable
@@ -36,15 +37,15 @@ jobs:
36
37
permissions :
37
38
id-token : write
38
39
contents : read
39
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
40
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.7
40
41
with :
41
42
# Set the ref to an empty string instead of the default nightly because
42
43
# torchao doesn't have nightly branch setup yet, instead the build is
43
44
# triggered daily from main with a schedule
44
45
repository : pytorch/ao
45
46
ref : " "
46
47
test-infra-repository : pytorch/test-infra
47
- test-infra-ref : main
48
+ test-infra-ref : torchao-release0.7
48
49
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
49
50
env-var-script : packaging/env_var_script_linux.sh
50
51
pre-script : packaging/pre_build_script.sh
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ permissions:
25
25
26
26
jobs :
27
27
generate-matrix :
28
- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
28
+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.7
29
29
with :
30
30
package-type : wheel
31
31
os : windows
32
32
test-infra-repository : pytorch/test-infra
33
- test-infra-ref : main
33
+ test-infra-ref : torchao-release0.7
34
34
with-xpu : enable
35
35
with-cuda : disable
36
36
@@ -47,12 +47,12 @@ jobs:
47
47
smoke-test-script : packaging/smoke_test.py
48
48
package-name : torchao
49
49
name : ${{ matrix.repository }}
50
- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
50
+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@torchao-release0.7
51
51
with :
52
52
repository : ${{ matrix.repository }}
53
53
ref : " "
54
54
test-infra-repository : pytorch/test-infra
55
- test-infra-ref : main
55
+ test-infra-ref : torchao-release0.7
56
56
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
57
57
pre-script : ${{ matrix.pre-script }}
58
58
env-script : ${{ matrix.env-script }}
You can’t perform that action at this time.
0 commit comments