mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix: add the missed help description info (#1096)
This commit is contained in:
parent
b27c41fe39
commit
2f7268b790
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class ModelDescribe(Subcommand):
|
|||
"--model-id",
|
||||
type=str,
|
||||
required=True,
|
||||
help="See `llama model list` or `llama model list --show-all` for the list of available models",
|
||||
)
|
||||
|
||||
def _run_model_describe_cmd(self, args: argparse.Namespace) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue