Skip to content

Commit e620e96

Browse files
committed
Disable qnn_16a16w Llama runner test (OOM on linux.2xlarge)
The test-llama-runner-qnn-linux (qnn_16a16w) job has been OOM-killed on linux.2xlarge since PR #19660 landed, blocking viable/strict from advancing for 73+ commits. Disable it while the Qualcomm team investigates the memory regression and potential accuracy issue.
1 parent aada6d7 commit e620e96

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,8 @@ jobs:
825825
strategy:
826826
matrix:
827827
dtype: [fp32]
828-
pt2e_quantize: [qnn_16a16w, qnn_8a8w]
828+
# TODO(T12345): re-enable qnn_16a16w once OOM on linux.2xlarge is resolved
829+
pt2e_quantize: [qnn_8a8w]
829830
mode: [qnn]
830831
fail-fast: false
831832
with:

.github/workflows/trunk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,8 @@ jobs:
951951
strategy:
952952
matrix:
953953
dtype: [fp32]
954-
pt2e_quantize: [qnn_16a16w, qnn_8a8w]
954+
# TODO(T12345): re-enable qnn_16a16w once OOM on linux.2xlarge is resolved
955+
pt2e_quantize: [qnn_8a8w]
955956
mode: [qnn]
956957
fail-fast: false
957958
with:

0 commit comments

Comments
 (0)