Skip to content

Commit 47dd603

Browse files
saumishrfacebook-github-bot
authored andcommitted
Minor log fix to avoid checkpoint and snapshot confusion (#940)
Summary: Pull Request resolved: #940 Minor log fix to avoid checkpoint and snapshot confusion Reviewed By: diego-urgell Differential Revision: D65554659 fbshipit-source-id: c61b934119561da933c777e324d0242a783dcda9
1 parent 863113c commit 47dd603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchtnt/framework/callbacks/dcp_saver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ def restore_with_id(
361361
)
362362

363363
rank_zero_info(
364-
f"Restored snapshot for checkpoint_id: {checkpoint_id}", logger=logger
364+
f"Restored the checkpoint with checkpoint_id: {checkpoint_id}",
365+
logger=logger,
365366
)
366367

367368
@staticmethod

0 commit comments

Comments
 (0)