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 22a81bf commit 343abc7Copy full SHA for 343abc7
fms_mo/quant/quantizers.py
@@ -145,13 +145,6 @@ def get_activation_quantizer(
145
act_quantizer = QFixSymmetric(
146
nbits, init_clip_val=clip_val, align_zero=align_zero
147
)
148
- elif qa_mode == "maxsym":
149
- act_quantizer = Qmax(
150
- nbits,
151
- align_zero=True,
152
- minmax=False,
153
- extend_act_range=extend_act_range,
154
- )
155
elif qa_mode == "pactsym":
156
act_quantizer = PACT2Sym(
157
nbits,
0 commit comments