Skip to content

Commit 148eba9

Browse files
committed
clean code
Signed-off-by: yiliu30 <yi4.liu@intel.com>
1 parent add7660 commit 148eba9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

neural_compressor/torch/quantization/algorithm_entry.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,6 @@ def teq_quantize_entry(
324324
)
325325
model = quantizer.execute(model, mode=mode, run_fn=run_fn, example_inputs=example_inputs, inplace=inplace)
326326
return model
327-
# model = teq_quantize(
328-
# model,
329-
# example_inputs=example_inputs,
330-
# folding=folding,
331-
# absorb_to_layer=absorb_to_layer,
332-
# calib_func=calib_func,
333-
# weight_config=weight_config,
334-
# )
335-
logger.info("TEQ quantization done.")
336327

337328

338329
###################### AUTOROUND Algo Entry ##################################

0 commit comments

Comments
 (0)