[Docs] Add docs about OOT Quantization Plugins (#32035)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2026-01-14 02:25:45 -05:00
committed by GitHub
parent 048bb59728
commit 6388b50058
2 changed files with 158 additions and 0 deletions

View File

@@ -188,5 +188,6 @@ __all__ = [
"QuantizationConfig",
"QuantizationMethods",
"get_quantization_config",
"register_quantization_config",
"QUANTIZATION_METHODS",
]