Skip to content

Commit

Permalink
Add Comet description to the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Aug 8, 2024
1 parent 3195e78 commit 089adad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchtune/utils/metric_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ def close(self) -> None:

class CometLogger(MetricLoggerInterface):
"""Logger for use w/ Comet (https://www.comet.com/site/).
Comet is an experiment tracking tool that helps ML teams track, debug,
compare, and reproduce their model training runs.
For more information about arguments expected by Comet, see
https://www.comet.com/docs/v2/guides/experiment-management/configure-sdk/#for-the-experiment.
Expand Down

0 comments on commit 089adad

Please sign in to comment.