Skip to content

Commit 844acda

Browse files
author
Joey Tsai
committed
Fix linting error
- Fix get_ptq_per_channel_quant_config not founded error
1 parent b353d4c commit 844acda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/quantizer/custom_annotation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from executorch.backends.qualcomm.quantizer.quantizer import (
1111
get_16a8w_qnn_ptq_config,
1212
get_8a8w_qnn_ptq_config,
13+
get_ptq_per_channel_quant_config,
1314
QuantizationConfig,
1415
)
1516
from executorch.exir.dialects._ops import ops as exir_ops

0 commit comments

Comments
 (0)