Skip to content

Commit

Permalink
Switch back to use Nova main branch for FBGEMM main (pytorch#2493)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#2493

[Fallback option](pytorch/test-infra@751efc1) is added and merge for Nova @ main branch. We can safely revert D55947486 to use main branch.

D55947486 was to mainly unblock nightly releases and to be used for OSS release cycle.
Note that the change of [switching to Nova release branch](pytorch#2489 (comment)) had already been cherrypicked into release branch (v0.7.0-release)

Reviewed By: q10

Differential Revision: D55993279

fbshipit-source-id: 56161076e6d3f52dccb0be3f4cddd0efea0f6668
  • Loading branch information
spcyppt authored and facebook-github-bot committed Apr 11, 2024
1 parent 69a3309 commit 50c88eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
with:
package-type: wheel
os: linux-aarch64
Expand All @@ -44,7 +44,7 @@ jobs:
env-var-script: .github/scripts/nova_dir.bash
package-name: fbgemm_gpu
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
with:
repository: ${{ matrix.repository }}
ref: ""
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
with:
package-type: wheel
os: linux
Expand All @@ -36,7 +36,7 @@ jobs:
build:
needs: generate-matrix
name: pytorch/FBGEMM
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
with:
repository: pytorch/FBGEMM
ref: ""
Expand Down

0 comments on commit 50c88eb

Please sign in to comment.