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 dc97f65 commit d8ff111Copy full SHA for d8ff111
.ci/scripts/test_wheel_package_qnn.sh
@@ -87,6 +87,8 @@ EOF
87
# Wheel build and .so checks
88
# ----------------------------
89
echo "=== Building Wheel Package ==="
90
+source .ci/scripts/utils.sh
91
+install_executorch "--use-pt-pinned-commit"
92
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
93
unset EXECUTORCH_BUILDING_WHEEL
94
0 commit comments