mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
fix: Fix pre-commit check
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
c02464b635
commit
b02f919ab6
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class ModelPromptFormat(Subcommand):
|
||||||
]
|
]
|
||||||
|
|
||||||
model_list = [m.value for m in supported_model_ids]
|
model_list = [m.value for m in supported_model_ids]
|
||||||
model_str = "\n".join(model_list)
|
|
||||||
|
|
||||||
if args.list:
|
if args.list:
|
||||||
headers = ["Model(s)"]
|
headers = ["Model(s)"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue