Skip to content

Commit

Permalink
Rename log message (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu authored Nov 14, 2023
1 parent d1960f2 commit 753feff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def _save_checkpoint(self, state: State, logger: Logger):
state_dict[k] = v.to(dtype=self.dtype)

if dist.get_global_rank() == 0:
log.debug('Saving Hugging Face checkpoint to disk')
log.debug('Saving Hugging Face checkpoint in global rank 0')

copied_config = copy.deepcopy(original_model.config)
if copied_config.model_type == 'mpt':
Expand Down

0 comments on commit 753feff

Please sign in to comment.