Skip to content

Commit

Permalink
Apply comment suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com>
  • Loading branch information
irenedea and dakinggg authored Apr 2, 2024
1 parent e63c4da commit cdb3a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def _register_model_with_run_id_multiprocess(
name: str,
await_creation_for: int,
):
"""Function for calling MLFlowLogger.register_model_with_run_id from a.
"""Call MLFlowLogger.register_model_with_run_id
spawned child process.
Used mainly to register from a child process.
"""
# Setup logging for child process. This ensures that any logs from composer are surfaced.
if composer_logging_level > 0:
Expand Down

0 comments on commit cdb3a1f

Please sign in to comment.