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 5e14d9a commit acda01eCopy full SHA for acda01e
.ci/scripts/test_wheel_package_qnn.sh
@@ -87,7 +87,8 @@ EOF
87
# Wheel build and .so checks
88
# ----------------------------
89
echo "=== Building Wheel Package ==="
90
-pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
+# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
91
+./install_executorch.sh --minimal
92
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
93
unset EXECUTORCH_BUILDING_WHEEL
94
0 commit comments