Add support for AutoRound quantized models (#10153)

This commit is contained in:
Weiwei
2025-10-27 18:17:29 +08:00
committed by GitHub
parent a88b006ecf
commit caa4819bfc
8 changed files with 541 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ QUANTIZATION_CHOICES = [
"qoq",
"w4afp8",
"mxfp4",
"auto-round",
"compressed-tensors", # for Ktransformers
]