Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Sun <[email protected]>
  • Loading branch information
muellerzr and SunMarc authored Nov 28, 2023
1 parent 5959b53 commit 50220f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accelerate/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def log(self, values: dict, step: Optional[int] = None, **kwargs):
else:
logger.warning_once(
"Accelerator attempted to log a value of "
f'"{v}" of type {type(v)} for key "{k} as a scalar. '
f'"{v}" of type {type(v)} for key "{k}" as a scalar. '
"This invocation of DVCLive's Live.log_metric() "
"is incorrect so we dropped this attribute."
)
Expand Down

0 comments on commit 50220f0

Please sign in to comment.