forked from phoenix-oss/llama-stack-mirror
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",
|
"--model-id",
|
||||||
type=str,
|
type=str,
|
||||||
required=True,
|
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:
|
def _run_model_describe_cmd(self, args: argparse.Namespace) -> None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue