File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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
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
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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ 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
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 : " "
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