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 7093b34 commit 3de896fCopy full SHA for 3de896f
src/llmcompressor/observers/mse.py
@@ -274,6 +274,6 @@ def calculate_gparam(self, observed: Tensor) -> torch.Tensor:
274
updated_min_val, updated_max_val = self.calculate_updated_min_max(
275
observed=observed
276
)
277
-
+
278
return generate_gparam(
279
updated_min_val=updated_min_val, updated_max_val=updated_max_val)
0 commit comments