Skip to content

Commit 1c53f5b

Browse files
committed
[RELEASE ONLY] Update QNN wheel package job torch pin
1 parent c352cc5 commit 1c53f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ run_core_tests () {
139139
echo "=== [$LABEL] Installing wheel & deps ==="
140140
"$PIPBIN" install --upgrade pip
141141
"$PIPBIN" install "$WHEEL_FILE"
142-
"$PIPBIN" install torch=="2.9.0.dev20250906" --index-url "https://download.pytorch.org/whl/nightly/cpu"
142+
"$PIPBIN" install torch=="2.9.0"
143143
"$PIPBIN" install --pre torchao --index-url "https://download.pytorch.org/whl/nightly/cpu"
144144

145145
echo "=== [$LABEL] Import smoke tests ==="

0 commit comments

Comments
 (0)