Skip to content

Commit

Permalink
Revert "Release only change temporary fix aarch64 builds" (#4551)
Browse files Browse the repository at this point in the history
Reverts #4544

The ``--pre`` argument is not required anymore. This was resolved by
following PRs: pytorch/builder#1519 and
pytorch/builder#1520
  • Loading branch information
atalman authored Sep 5, 2023
1 parent b0448e1 commit 8037295
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ jobs:
set -euxo pipefail
source "${BUILD_ENV_FILE}"
# shellcheck disable=SC2086
# temporary change to force rlease aarch64 vision and audio builds use pre and hence install 2.1.0 torch
if [[ "${ARCH}" == "aarch64" ]]; then
PIP_INSTALL_TORCH=${PIP_INSTALL_TORCH/"pip install"/"pip install --pre"}
fi
${CONDA_RUN} ${PIP_INSTALL_TORCH}
- name: Run Pre-Script with Caching
if: ${{ inputs.pre-script != '' }}
Expand Down

0 comments on commit 8037295

Please sign in to comment.