Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdi-y committed Jan 13, 2025
1 parent 6fda9a1 commit dba9dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtitan/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def load(self, step: int = -1) -> bool:

def _remove_checkpoint(self, step: int) -> None:
"""Remove a checkpoint for the given step.
Can be overriden for compatibility with custom storage_reader/storage_writer
"""
path = self._create_checkpoint_id(step)
Expand Down

0 comments on commit dba9dad

Please sign in to comment.