Skip to content

Commit 3de896f

Browse files
committed
Fix format errors
Signed-off-by: Shubhra Pandit <shubhra.pandit@gmail.com>
1 parent 7093b34 commit 3de896f

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/observers

1 file changed

+1
-1
lines changed

src/llmcompressor/observers/mse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,6 @@ def calculate_gparam(self, observed: Tensor) -> torch.Tensor:
274274
updated_min_val, updated_max_val = self.calculate_updated_min_max(
275275
observed=observed
276276
)
277-
277+
278278
return generate_gparam(
279279
updated_min_val=updated_min_val, updated_max_val=updated_max_val)

0 commit comments

Comments
 (0)