minor typo and HuggingFace -> Hugging Face

This commit is contained in:
Mark Sze 2024-09-26 19:43:35 +10:00
parent 3ae1597b9b
commit 28ba8c1009
4 changed files with 7 additions and 7 deletions

View file

@ -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",
]