Skip to content

Commit 5745bc3

Browse files
committed
force install torch cpu
1 parent 942d9dd commit 5745bc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ 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
9292
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"
9395
EXECUTORCH_BUILDING_WHEEL=1 python setup.py bdist_wheel
9496
unset EXECUTORCH_BUILDING_WHEEL
9597

0 commit comments

Comments
 (0)