File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
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.8
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.8
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.8
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.8
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.8
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.8
26
26
with :
27
27
package-type : wheel
28
28
os : linux
@@ -36,15 +36,15 @@ jobs:
36
36
permissions :
37
37
id-token : write
38
38
contents : read
39
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
39
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.8
40
40
with :
41
41
# Set the ref to an empty string instead of the default nightly because
42
42
# torchao doesn't have nightly branch setup yet, instead the build is
43
43
# triggered daily from main with a schedule
44
44
repository : pytorch/ao
45
45
ref : " "
46
46
test-infra-repository : pytorch/test-infra
47
- test-infra-ref : main
47
+ test-infra-ref : torchao-release0.8
48
48
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
49
49
env-var-script : packaging/env_var_script_linux.sh
50
50
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.8
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.8
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.8
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.8
56
56
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
57
57
pre-script : ${{ matrix.pre-script }}
58
58
env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 36
36
type : string
37
37
jobs :
38
38
validate-binaries :
39
- uses : pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
39
+ uses : pytorch/test-infra/.github/workflows/validate-domain-library.yml@torchao-release0.8
40
40
with :
41
41
package_type : " wheel"
42
42
version : ${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments