Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,8 @@ jobs:
strategy:
matrix:
dtype: [fp32]
pt2e_quantize: [qnn_16a16w, qnn_8a8w]
# TODO(T12345): re-enable qnn_16a16w once OOM on linux.2xlarge is resolved
pt2e_quantize: [qnn_8a8w]
Comment on lines +828 to +829
mode: [qnn]
fail-fast: false
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,8 @@ jobs:
strategy:
matrix:
dtype: [fp32]
pt2e_quantize: [qnn_16a16w, qnn_8a8w]
# TODO(T12345): re-enable qnn_16a16w once OOM on linux.2xlarge is resolved
pt2e_quantize: [qnn_8a8w]
Comment on lines +954 to +955
mode: [qnn]
fail-fast: false
with:
Expand Down
Loading