forked from phoenix-oss/llama-stack-mirror
minor typo and HuggingFace -> Hugging Face (#113)
This commit is contained in:
parent
3ae1597b9b
commit
3c99f08267
4 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ class ModelList(Subcommand):
|
|||
def _run_model_list_cmd(self, args: argparse.Namespace) -> None:
|
||||
headers = [
|
||||
"Model Descriptor",
|
||||
"HuggingFace Repo",
|
||||
"Hugging Face Repo",
|
||||
"Context Length",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue