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 addb28c commit 942d9ddCopy full SHA for 942d9dd
.ci/scripts/test_wheel_package_qnn.sh
@@ -88,7 +88,8 @@ EOF
88
# ----------------------------
89
echo "=== Building Wheel Package ==="
90
# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
91
-PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
+source .ci/scripts/utils.sh
92
+install_executorch "--use-pt-pinned-commit"
93
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
94
unset EXECUTORCH_BUILDING_WHEEL
95
0 commit comments