Skip to content

Commit

Permalink
change default overwrite to True (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Nov 9, 2023
1 parent 84c86e3 commit ab9b938
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 @@ -53,7 +53,7 @@ def __init__(
save_interval: Union[str, int, Time],
huggingface_folder_name: str = 'ba{batch}',
precision: str = 'float32',
overwrite: bool = False,
overwrite: bool = True,
mlflow_registered_model_name: Optional[str] = None,
mlflow_logging_config: Optional[dict] = None,
):
Expand Down

0 comments on commit ab9b938

Please sign in to comment.