Skip to content

Commit

Permalink
Update GANDLF/entrypoints/hf_hub_integration.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lucain <[email protected]>
  • Loading branch information
sarthakpati and Wauplin authored Oct 1, 2024
1 parent be3c37f commit 805bc06
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions GANDLF/entrypoints/hf_hub_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@
"-rt",
help='Uploading: Set to "dataset" or "space" if uploading to a dataset or space, "model" if uploading to a model. Default is model',
)
@click.option(
"--allow-patterns",
"-ap",
help="Uploading: If provided, only files matching at least one pattern are uploaded.",
)
@click.option(
"--ignore-patterns",
"-ip",
help="Uploading: If provided, files matching any of the patterns are not uploaded.",
)
@click.option(
"--delete-patterns",
"-dp",
help="Uploading: If provided, remote files matching any of the patterns will be deleted from the repo while committing new files. This is useful if you don't know which files have already been uploaded.",
)
@click.option(
"--hf-template",
"-hft",
Expand Down

0 comments on commit 805bc06

Please sign in to comment.