Skip to content

Commit

Permalink
change the save_folder input to not use default
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Dec 5, 2024
1 parent cf843f1 commit a512c89
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 @@ -280,8 +280,8 @@ class HuggingFaceCheckpointer(Callback):

def __init__(
self,
save_folder: Optional[str],
save_interval: Union[str, int, Time],
save_folder: Optional[str] = None,
huggingface_folder_name: str = 'ba{batch}',
precision: str = 'float32',
overwrite: bool = True,
Expand Down

0 comments on commit a512c89

Please sign in to comment.