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 e740de3 commit 0a7a79fCopy full SHA for 0a7a79f
src/llmcompressor/modifiers/distillation/output/base.py
@@ -11,7 +11,7 @@
11
)
12
from llmcompressor.utils.fsdp.context import summon_full_params_context
13
from llmcompressor.utils.fsdp.helpers import maybe_get_wrapped, set_wrapped_model
14
-from compressed_tensors import match_named_modules
+from compressed_tensors import match_named_modules
15
16
__all__ = ["OutputDistillationModifier"]
17
0 commit comments