From 6903e782a729668f74e8d3c4e2b8dc096c401b75 Mon Sep 17 00:00:00 2001 From: reidliu Date: Thu, 13 Feb 2025 18:02:08 +0800 Subject: [PATCH] style: update model id in model list title Signed-off-by: reidliu --- llama_stack/cli/model/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/model/list.py b/llama_stack/cli/model/list.py index 6d296e75e..9b5ebb1a5 100644 --- a/llama_stack/cli/model/list.py +++ b/llama_stack/cli/model/list.py @@ -38,7 +38,7 @@ class ModelList(Subcommand): headers = [ "Model Descriptor", - "Hugging Face Repo", + "Model ID", "Context Length", ]