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 5745bc3 commit b2c847cCopy full SHA for b2c847c
.ci/scripts/test_wheel_package_qnn.sh
@@ -89,9 +89,7 @@ EOF
89
echo "=== Building Wheel Package ==="
90
# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
91
source .ci/scripts/utils.sh
92
-install_executorch "--use-pt-pinned-commit"
93
-pip uninstall -y torch
94
-pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
+install_executorch
95
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
96
unset EXECUTORCH_BUILDING_WHEEL
97
0 commit comments