Skip to content

Commit 0d0cef1

Browse files
committed
Fix AutoQuantize API formatting
Signed-off-by: weimingc <17592131+meenchen@users.noreply.github.com>
1 parent 845e50e commit 0d0cef1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modelopt/torch/quantization/model_quant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def forward_loop(model) -> None:
265265
"awq_clip",
266266
}
267267

268+
268269
def auto_quantize(
269270
model: nn.Module,
270271
constraints: dict[str, Any] | None = None,

0 commit comments

Comments
 (0)