Skip to content

Commit 8542f8d

Browse files
committed
style
Signed-off-by: Kyle Sayers <[email protected]>
1 parent dc7ac1a commit 8542f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/pipelines/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _infer_pipeline(modifiers: List[Modifier]) -> str:
6161
config = modifiers[0].resolve_quantization_config()
6262
if not config.requires_calibration_data():
6363
return "datafree"
64-
64+
6565
# TODO: Remove hardcode
6666
if len(modifiers) == 1 and isinstance(modifiers[0], SpinQuantModifier):
6767
return "datafree"

0 commit comments

Comments
 (0)