We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0448e1 commit fefdba2Copy full SHA for fefdba2
.github/workflows/build_wheels_linux.yml
@@ -149,10 +149,6 @@ jobs:
149
set -euxo pipefail
150
source "${BUILD_ENV_FILE}"
151
# shellcheck disable=SC2086
152
- # temporary change to force rlease aarch64 vision and audio builds use pre and hence install 2.1.0 torch
153
- if [[ "${ARCH}" == "aarch64" ]]; then
154
- PIP_INSTALL_TORCH=${PIP_INSTALL_TORCH/"pip install"/"pip install --pre"}
155
- fi
156
${CONDA_RUN} ${PIP_INSTALL_TORCH}
157
- name: Run Pre-Script with Caching
158
if: ${{ inputs.pre-script != '' }}
0 commit comments