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 7efe09c commit b56f4e5Copy full SHA for b56f4e5
.ci/scripts/test_wheel_package_qnn.sh
@@ -158,10 +158,12 @@ PY
158
159
# Install torchao based on the pinned PyTorch version
160
"$PIPBIN" install torch=="${TORCH_VERSION}.${NIGHTLY_VERSION}" --index-url "https://download.pytorch.org/whl/nightly/cpu"
161
+ "$PIPBIN" install wheel
162
163
# Install torchao based on the pinned commit from third-party/ao submodule
164
pushd "$REPO_ROOT/third-party/ao" > /dev/null
- USE_CPP=0 "$PYBIN" setup.py develop
165
+ export USE_CPP=0
166
+ "$PIPBIN" install . --no-build-isolation
167
popd > /dev/null
168
169
echo "=== [$LABEL] Import smoke tests ==="
0 commit comments