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 845e50e commit 0d0cef1Copy full SHA for 0d0cef1
1 file changed
modelopt/torch/quantization/model_quant.py
@@ -265,6 +265,7 @@ def forward_loop(model) -> None:
265
"awq_clip",
266
}
267
268
+
269
def auto_quantize(
270
model: nn.Module,
271
constraints: dict[str, Any] | None = None,
0 commit comments