mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
minor fixes
This commit is contained in:
parent
f83b97992c
commit
ade574a0ef
4 changed files with 4 additions and 5 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue