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 5294b9c commit b0448e1Copy full SHA for b0448e1
.github/workflows/build_wheels_linux.yml
@@ -149,6 +149,10 @@ 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