Skip to content

Commit 6dc2826

Browse files
author
Joey Tsai
committed
Bypass the meta internal test error
1 parent d36c42a commit 6dc2826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/qualcomm/quantizer/quantizer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
QuantizationConfig,
3737
)
3838

39+
# To bypass the meta internal test error
40+
get_default_16bit_qnn_ptq_config = get_16a16w_qnn_ptq_config
41+
3942
__all__ = [
4043
"QnnQuantizer",
4144
"QuantDtype",

0 commit comments

Comments
 (0)