fix: add the missed help description info

Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
reidliu 2025-02-14 13:29:03 +08:00
parent b27c41fe39
commit 3a95112f2d

View file

@ -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: