Skip to content

Commit b2c847c

Browse files
committed
install executorch seems work
1 parent 5745bc3 commit b2c847c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ EOF
8989
echo "=== Building Wheel Package ==="
9090
# pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
9191
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"
92+
install_executorch
9593
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
9694
unset EXECUTORCH_BUILDING_WHEEL
9795

0 commit comments

Comments
 (0)