Skip to content

Commit

Permalink
Merge branch 'main' into cli99/act-checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 authored Nov 9, 2023
2 parents d44fdde + ab9b938 commit fcd3897
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 fcd3897

Please sign in to comment.