Skip to content

Commit

Permalink
typo fix and unnecessary word removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Dec 19, 2024
1 parent ba3ea83 commit e4f6850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .spelling/.spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ unittests
unitwise
unsqueeze
upenn
Uploded
upsample
upsampled
upsampling
Expand Down
2 changes: 1 addition & 1 deletion GANDLF/entrypoints/hf_hub_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
@click.option(
"--hf-template",
"-hft",
help="Adding the template path for the model card it is Required during Uploaing a model",
help="Adding the template path for the model card: it is required during model upload",
default=huggingface_file_path,
type=click.Path(exists=True, file_okay=True, dir_okay=False),
)
Expand Down

0 comments on commit e4f6850

Please sign in to comment.