Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 13, 2024
1 parent a862d6e commit bec6bbb
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 @@ -467,8 +467,8 @@ def _save_checkpoint(
self,
state: State,
logger: Logger,
upload_to_save_folder: bool,
register_to_mlflow: bool,
upload_to_save_folder: bool = True,
register_to_mlflow: bool = True,
):
"""Save a HuggingFace formatted checkpoint.
Expand Down

0 comments on commit bec6bbb

Please sign in to comment.