Skip to content

Commit dc8e3ae

Browse files
committed
formatting
Summary Signed-off-by: HDCharles <charlesdavidhernandez@gmail.com>
1 parent 69cf95b commit dc8e3ae

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

src/llmcompressor/modifiers/awq/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,7 @@ def _set_resolved_mappings(self, model: Module) -> None:
327327
target_patterns = (mapping.smooth_layer, *mapping.balance_layers)
328328

329329
for modules_set in (
330-
pbar := tqdm(
331-
match_modules_set(model, target_patterns, self.ignore)
332-
)
330+
pbar := tqdm(match_modules_set(model, target_patterns, self.ignore))
333331
):
334332
pbar.set_description(
335333
f"Resolving mapping {mapping_idx+1}/{len(self.mappings)}"

0 commit comments

Comments
 (0)