mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
style: update download help text
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
6b1773d530
commit
e8349ac718
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def setup_download_parser(parser: argparse.ArgumentParser) -> None:
|
|||
parser.add_argument(
|
||||
"--model-id",
|
||||
required=False,
|
||||
help="See `llama model list` or `llama model list --show-all` for the list of available models",
|
||||
help="See `llama model list` or `llama model list --show-all` for the list of available models. Specify multiple model IDs with commas, e.g. --model-id Llama3.2-1B,Llama3.2-3B",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--hf-token",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue