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 31c4e2f commit 22a81bfCopy full SHA for 22a81bf
fms_mo/quant/quantizers.py
@@ -152,7 +152,13 @@ def get_activation_quantizer(
152
minmax=False,
153
extend_act_range=extend_act_range,
154
)
155
-
+ elif qa_mode == "pactsym":
156
+ act_quantizer = PACT2Sym(
157
+ nbits,
158
+ init_clip_val=clip_val,
159
+ dequantize=True,
160
+ inplace=False,
161
+ )
162
elif qa_mode == "pactsym+":
163
act_quantizer = PACTplusSym(
164
nbits,
0 commit comments