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 288865b commit 768aef9Copy full SHA for 768aef9
.ci/scripts/test_wheel_package_qnn.sh
@@ -160,9 +160,7 @@ PY
160
"$PIPBIN" install torch=="${TORCH_VERSION}.${NIGHTLY_VERSION}" --index-url "https://download.pytorch.org/whl/nightly/cpu"
161
162
# Install torchao based on the pinned commit from third-party/ao submodule
163
- pushd "$REPO_ROOT/third-party/ao" > /dev/null
164
- USE_CPP=0 "$PYBIN" setup.py develop
165
- popd > /dev/null
+ "$PIPBIN" install third-party/ao
166
167
echo "=== [$LABEL] Import smoke tests ==="
168
"$PYBIN" -c "import executorch; print('executorch imported successfully')"
0 commit comments