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 6159625 commit dcaf3c0Copy full SHA for dcaf3c0
src/llmcompressor/modifiers/awq/base.py
@@ -592,7 +592,6 @@ def _compute_best_scale(
592
device = get_execution_device(parent_module)
593
x_mean = x_mean.view(-1).to(device)
594
w_mean = w_mean.view(-1).to(device)
595
- x_mean.abs_()
596
597
for ratio in range(n_grid):
598
# create new scales
0 commit comments