Make llama model download error message a bit better

This commit is contained in:
Ashwin Bharambe 2024-09-14 08:06:34 -07:00
parent 7a283ea076
commit 49ce36426f

View file

@ -48,8 +48,8 @@ def setup_download_parser(parser: argparse.ArgumentParser) -> None:
)
parser.add_argument(
"--model-id",
choices=[x.descriptor() for x in models],
required=False,
help="See `llama model list` or `llama model list --show-all` for the list of available models",
)
parser.add_argument(
"--hf-token",