diff --git a/.github/workflows/build-wheels_m1.yml b/.github/workflows/build-wheels_m1.yml index 93c8086a23..9bcd0de3f2 100644 --- a/.github/workflows/build-wheels_m1.yml +++ b/.github/workflows/build-wheels_m1.yml @@ -22,7 +22,7 @@ permissions: contents: read jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.7 with: package-type: wheel os: macos-arm64 @@ -30,7 +30,7 @@ jobs: needs: generate-matrix if: github.repository_owner == 'pytorch' name: pytorch/ao - uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main + uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@torchao-release0.7 with: repository: pytorch/ao ref: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/build_wheels_aarch64_linux.yml b/.github/workflows/build_wheels_aarch64_linux.yml index 56ea528a69..2c93054cfa 100644 --- a/.github/workflows/build_wheels_aarch64_linux.yml +++ b/.github/workflows/build_wheels_aarch64_linux.yml @@ -22,7 +22,7 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.7 with: package-type: wheel os: linux-aarch64 @@ -35,7 +35,7 @@ jobs: permissions: id-token: write contents: read - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.7 with: # Set the ref to an empty string instead of the default nightly because # torchao doesn't have nightly branch setup yet, instead the build is diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 3c37e0e1e0..3700f04c12 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -22,7 +22,7 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.7 with: package-type: wheel os: linux @@ -36,7 +36,7 @@ jobs: permissions: id-token: write contents: read - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@torchao-release0.7 with: # Set the ref to an empty string instead of the default nightly because # torchao doesn't have nightly branch setup yet, instead the build is diff --git a/.github/workflows/build_wheels_windows.yml b/.github/workflows/build_wheels_windows.yml index bfb22cab3d..62cf77377e 100644 --- a/.github/workflows/build_wheels_windows.yml +++ b/.github/workflows/build_wheels_windows.yml @@ -25,7 +25,7 @@ permissions: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@torchao-release0.7 with: package-type: wheel os: windows @@ -47,7 +47,7 @@ jobs: smoke-test-script: packaging/smoke_test.py package-name: torchao name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main + uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@torchao-release0.7 with: repository: ${{ matrix.repository }} ref: ""