Skip to content

Commit

Permalink
Fix typo (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyaworld committed Jun 8, 2024
1 parent 2627364 commit 76ac8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awq/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def _load_quantized_modules(
# Get every linear layer in a block
named_linears = get_named_linears(layer)

# Filter out the linear layers we don't want to exclude
# Filter out the linear layers we don't want to include
named_linears = exclude_layers_to_not_quantize(
named_linears, quant_config.modules_to_not_convert
)
Expand Down

0 comments on commit 76ac8c7

Please sign in to comment.