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 dc7ac1a commit 8542f8dCopy full SHA for 8542f8d
src/llmcompressor/pipelines/registry.py
@@ -61,7 +61,7 @@ def _infer_pipeline(modifiers: List[Modifier]) -> str:
61
config = modifiers[0].resolve_quantization_config()
62
if not config.requires_calibration_data():
63
return "datafree"
64
-
+
65
# TODO: Remove hardcode
66
if len(modifiers) == 1 and isinstance(modifiers[0], SpinQuantModifier):
67
0 commit comments