Skip to content

Commit 343abc7

Browse files
committed
maxsym @ lines 148 removed
1 parent 22a81bf commit 343abc7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fms_mo/quant/quantizers.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ def get_activation_quantizer(
145145
act_quantizer = QFixSymmetric(
146146
nbits, init_clip_val=clip_val, align_zero=align_zero
147147
)
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-
)
155148
elif qa_mode == "pactsym":
156149
act_quantizer = PACT2Sym(
157150
nbits,

0 commit comments

Comments
 (0)