Skip to content

Commit

Permalink
[RelEng] Mention arm64 libtorch for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Jan 30, 2024
1 parent f618c83 commit 165246f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,6 @@ def generate_libtorch_matrix(
) -> List[Dict[str, str]]:
ret: List[Dict[str, str]] = []

# TODO: macos-arm64 have libtorch only in test and nightly now
# release will be enabled after release 2.2.0 is complete
if os == MACOS_ARM64 and channel == "release":
return ret

if arches is None:
arches = []

Expand Down

0 comments on commit 165246f

Please sign in to comment.