Skip to content

Commit 0a7a79f

Browse files
committed
format
1 parent e740de3 commit 0a7a79f

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/distillation/output

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/distillation/output/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212
from llmcompressor.utils.fsdp.context import summon_full_params_context
1313
from llmcompressor.utils.fsdp.helpers import maybe_get_wrapped, set_wrapped_model
14-
from compressed_tensors import match_named_modules
14+
from compressed_tensors import match_named_modules
1515

1616
__all__ = ["OutputDistillationModifier"]
1717

0 commit comments

Comments
 (0)