Skip to content

Commit dcaf3c0

Browse files
committed
Remove redundant abs() call
Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
1 parent 6159625 commit dcaf3c0

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

src/llmcompressor/modifiers/awq/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ def _compute_best_scale(
592592
device = get_execution_device(parent_module)
593593
x_mean = x_mean.view(-1).to(device)
594594
w_mean = w_mean.view(-1).to(device)
595-
x_mean.abs_()
596595

597596
for ratio in range(n_grid):
598597
# create new scales

0 commit comments

Comments
 (0)