Skip to content

Commit

Permalink
resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayasinghcsmpl committed Sep 18, 2024
1 parent 38984d0 commit 912b7f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GANDLF/entrypoints/hf_hub_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
@click.option(
"--hf-template",
"-hft",
required=True,
help="Adding the template path for the model card",
help="Adding the template path for the model card it is Required during Uploaing a model",
type=click.Path(exists=True, file_okay=True, dir_okay=False),
)
@append_copyright_to_help
Expand Down

0 comments on commit 912b7f8

Please sign in to comment.