mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +00:00
update Models to models
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
52efe45e9f
commit
86a3c6da88
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ def _run_model_list_downloaded_cmd() -> None:
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
print("\nDownloaded Models:\n")
|
print("\nDownloaded models:\n")
|
||||||
print_table(
|
print_table(
|
||||||
rows,
|
rows,
|
||||||
headers,
|
headers,
|
||||||
|
@ -114,7 +114,7 @@ class ModelList(Subcommand):
|
||||||
if len(rows) == 0:
|
if len(rows) == 0:
|
||||||
print(f"Did not find any model matching `{args.search}`.")
|
print(f"Did not find any model matching `{args.search}`.")
|
||||||
else:
|
else:
|
||||||
print("\nAvailable Models:\n")
|
print("\nAvailable models:\n")
|
||||||
print_table(
|
print_table(
|
||||||
rows,
|
rows,
|
||||||
headers,
|
headers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue