Skip to content

Commit

Permalink
Fix Initalize typo (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imss27 authored Sep 20, 2024
1 parent 29caf3c commit 23c499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmcompressor/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def configure_logger(config: Optional[LoggerConfig] = None):

def _initialize_metric_logging() -> None:
"""
Initalize metric logging for loguru and metric-related libraries
Initialize metric logging for loguru and metric-related libraries
Defaults to stdout
usage:
`logger.log("METRIC", "foo description, bar result")`
Expand Down

0 comments on commit 23c499a

Please sign in to comment.