Skip to content

Commit

Permalink
Merge branch 'main' into kylesayrs/gptq-partition
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka authored Jan 2, 2025
2 parents 8e5f693 + 1b8c7bf commit 0499bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmcompressor/utils/metric_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __exit__(self, _exc_type, _exc_val, _exc_tb):

if self.start_tick is not None:
duration = stop_tick - self.start_tick
patch.log("METRIC", f"time {duration:.2f}")
patch.log("METRIC", f"time {duration:.2f}s")
if self.loss is not None:
patch.log("METRIC", f"error {self.loss:.2f}")

Expand Down

0 comments on commit 0499bb1

Please sign in to comment.