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