This commit is contained in:
dltn 2024-08-13 11:39:57 -07:00
parent 7f13853e5e
commit 432957d6b6
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class Download(Subcommand):
self.parser = subparsers.add_parser(
"download",
prog="llama download",
description="Download a model from llama.meta.comf or HuggingFace hub",
description="Download a model from llama.meta.com or Hugging Face Hub",
formatter_class=argparse.RawTextHelpFormatter,
)
setup_download_parser(self.parser)

View file

@ -15,7 +15,7 @@ class ModelDownload(Subcommand):
self.parser = subparsers.add_parser(
"download",
prog="llama model download",
description="Download a model from llama.meta.comf or HuggingFace hub",
description="Download a model from llama.meta.com or Hugging Face Hub",
formatter_class=argparse.RawTextHelpFormatter,
)