minor fixes

This commit is contained in:
Hardik Shah 2024-08-06 18:56:22 -07:00
parent f83b97992c
commit ade574a0ef
4 changed files with 4 additions and 5 deletions

View file

@ -49,9 +49,9 @@ class ModelDescribe(Subcommand):
rows = [
(
colored("Model", "white", attrs=["bold"]),
colored(model.sku.value, "white", attrs=["bold"]),
colored(model.descriptor(), "white", attrs=["bold"]),
),
("HuggingFace ID", model.huggingface_id or "<Not Available>"),
("HuggingFace ID", model.huggingface_repo or "<Not Available>"),
("Description", model.description_markdown),
("Context Length", f"{model.max_seq_length // 1024}K tokens"),
("Weights format", model.quantization_format.value),