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:
2222 contents : read
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.8
2626 with :
2727 package-type : wheel
2828 os : macos-arm64
2929 build :
3030 needs : generate-matrix
3131 if : github.repository_owner == 'pytorch'
3232 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
3434 with :
3535 repository : pytorch/ao
3636 ref : ${{ github.head_ref || github.ref_name }}
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.8
2626 with :
2727 package-type : wheel
2828 os : linux-aarch64
2929 test-infra-repository : pytorch/test-infra
30- test-infra-ref : main
30+ test-infra-ref : torchao-release0.8
3131 with-cuda : disable
3232
3333 build :
3434 needs : generate-matrix
3535 permissions :
3636 id-token : write
3737 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
3939 with :
4040 # Set the ref to an empty string instead of the default nightly because
4141 # torchao doesn't have nightly branch setup yet, instead the build is
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.8
2626 with :
2727 package-type : wheel
2828 os : linux
@@ -36,15 +36,15 @@ jobs:
3636 permissions :
3737 id-token : write
3838 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
4040 with :
4141 # Set the ref to an empty string instead of the default nightly because
4242 # torchao doesn't have nightly branch setup yet, instead the build is
4343 # triggered daily from main with a schedule
4444 repository : pytorch/ao
4545 ref : " "
4646 test-infra-repository : pytorch/test-infra
47- test-infra-ref : main
47+ test-infra-ref : torchao-release0.8
4848 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4949 env-var-script : packaging/env_var_script_linux.sh
5050 pre-script : packaging/pre_build_script.sh
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ permissions:
2525
2626jobs :
2727 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
2929 with :
3030 package-type : wheel
3131 os : windows
3232 test-infra-repository : pytorch/test-infra
33- test-infra-ref : main
33+ test-infra-ref : torchao-release0.8
3434 with-xpu : enable
3535 with-cuda : disable
3636
@@ -47,12 +47,12 @@ jobs:
4747 smoke-test-script : packaging/smoke_test.py
4848 package-name : torchao
4949 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
5151 with :
5252 repository : ${{ matrix.repository }}
5353 ref : " "
5454 test-infra-repository : pytorch/test-infra
55- test-infra-ref : main
55+ test-infra-ref : torchao-release0.8
5656 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5757 pre-script : ${{ matrix.pre-script }}
5858 env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 3636 type : string
3737jobs :
3838 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
4040 with :
4141 package_type : " wheel"
4242 version : ${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments