mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Prune osx-arm64 binaries from nightly channel (#70132)
Summary: Fixes https://github.com/pytorch/pytorch/issues/70043 Pull Request resolved: https://github.com/pytorch/pytorch/pull/70132 Reviewed By: janeyx99 Differential Revision: D33195431 Pulled By: malfet fbshipit-source-id: 4579a6788255a6df306862c3e959ae7a9ddd4e45
This commit is contained in:
parent
41959ce77f
commit
423ce416d8
|
|
@ -31,7 +31,7 @@ set -eou pipefail
|
|||
|
||||
CHANNEL=${CHANNEL:-pytorch-nightly}
|
||||
PKG=${PKG:-pytorch}
|
||||
PLATFORMS=${PLATFORMS:-noarch osx-64 linux-64 win-64}
|
||||
PLATFORMS=${PLATFORMS:-noarch osx-64 osx-arm64 linux-64 win-64}
|
||||
|
||||
for platform in ${PLATFORMS}; do
|
||||
latest_version="$(grab_latest_version || true)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user