Skip to content

Commit 94d2b94

Browse files
ved1betakylesayrs
andauthored
Update src/llmcompressor/modifiers/awq/base.py
Co-authored-by: Kyle Sayers <[email protected]>
1 parent a709fa6 commit 94d2b94

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/awq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def _set_resolved_mappings(self, model: Module) -> None:
306306
resolved_mappings: list[ResolvedMapping] = []
307307
for mapping_idx, mapping in enumerate(self.mappings):
308308
smooth_layers = match_named_modules(
309-
mapping.smooth_layer, model, exclude_internal_modules=True
309+
model, [mapping.smooth_layer]
310310
)
311311
smooth_names = [
312312
smooth_name

0 commit comments

Comments
 (0)