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 c352cc5 commit 1c53f5bCopy full SHA for 1c53f5b
.ci/scripts/test_wheel_package_qnn.sh
@@ -139,7 +139,7 @@ run_core_tests () {
139
echo "=== [$LABEL] Installing wheel & deps ==="
140
"$PIPBIN" install --upgrade pip
141
"$PIPBIN" install "$WHEEL_FILE"
142
- "$PIPBIN" install torch=="2.9.0.dev20250906" --index-url "https://download.pytorch.org/whl/nightly/cpu"
+ "$PIPBIN" install torch=="2.9.0"
143
"$PIPBIN" install --pre torchao --index-url "https://download.pytorch.org/whl/nightly/cpu"
144
145
echo "=== [$LABEL] Import smoke tests ==="
0 commit comments