We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84222a9 commit 359e9d3Copy full SHA for 359e9d3
backends/qualcomm/quantizer/custom_annotation.py
@@ -78,7 +78,7 @@ def annotate_single_in_single_out(
78
)
79
80
def annotate_matmul_input1(node: Node):
81
- quantization_config_8a8w = get_default_8bit_qnn_ptq_config(
+ quantization_config_8a8w = get_8a8w_qnn_ptq_config(
82
act_symmetric=True, act_observer=MinMaxObserver
83
84
while isinstance(node, Node) and node.op == "call_function":
0 commit comments