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 a709fa6 commit 94d2b94Copy full SHA for 94d2b94
src/llmcompressor/modifiers/awq/base.py
@@ -306,7 +306,7 @@ def _set_resolved_mappings(self, model: Module) -> None:
306
resolved_mappings: list[ResolvedMapping] = []
307
for mapping_idx, mapping in enumerate(self.mappings):
308
smooth_layers = match_named_modules(
309
- mapping.smooth_layer, model, exclude_internal_modules=True
+ model, [mapping.smooth_layer]
310
)
311
smooth_names = [
312
smooth_name
0 commit comments