Skip to content

Commit 482c883

Browse files
committed
Remove redundant section comment in layerwise calibrate test
Signed-off-by: realAsma <akuriparambi@nvidia.com>
1 parent baaf80f commit 482c883

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/torch/quantization/test_layerwise_calibrate.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -598,11 +598,6 @@ def forward_loop(m):
598598
assert not hasattr(orig, "_layerwise_calib"), f"Layer {i} still has _layerwise_calib"
599599

600600

601-
# ---------------------------------------------------------------------------
602-
# End-to-end mtq.quantize(..., algorithm={"layerwise": True}) per PTQ algorithm
603-
# ---------------------------------------------------------------------------
604-
605-
606601
def _int8_layerwise_config(algorithm: dict) -> dict:
607602
"""Start from the shipped INT8 config and enable layerwise in the algorithm block.
608603

0 commit comments

Comments
 (0)