Skip to content

Commit

Permalink
Update GANDLF/cli/huggingface_hub_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Sep 10, 2024
1 parent 57f22fc commit 8ac070a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GANDLF/cli/huggingface_hub_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def push_to_model_hub(
commit_message: Union[str, None] = None,
commit_description: Union[str, None] = None,
token: Union[str, None] = None,
repo_type: Union[str, None] = None,
revision: Union[str, None] = None,
):
api = HfApi(token=token)
Expand Down

0 comments on commit 8ac070a

Please sign in to comment.