Skip to content

Commit

Permalink
Set default
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychen109 committed Feb 5, 2024
1 parent c343660 commit a957282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@


def _maybe_get_license_filename(
local_dir: str, pretrained_model_name: Optional[str]) -> Optional[str]:
local_dir: str,
pretrained_model_name: Optional[str] = None) -> Optional[str]:
"""Returns the name of the license file if it exists in the local_dir.
Note: This is intended to be consistent with the code in MLflow.
Expand Down

0 comments on commit a957282

Please sign in to comment.