mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Make llama model download error message a bit better
This commit is contained in:
parent
7a283ea076
commit
49ce36426f
1 changed files with 1 additions and 1 deletions
|
@ -48,8 +48,8 @@ def setup_download_parser(parser: argparse.ArgumentParser) -> None:
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--model-id",
|
"--model-id",
|
||||||
choices=[x.descriptor() for x in models],
|
|
||||||
required=False,
|
required=False,
|
||||||
|
help="See `llama model list` or `llama model list --show-all` for the list of available models",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--hf-token",
|
"--hf-token",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue