mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
remove prints
This commit is contained in:
parent
f9f3303365
commit
2c20b88a3f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def text_model_id(llama_stack_client):
|
||||||
for model in llama_stack_client.models.list().data
|
for model in llama_stack_client.models.list().data
|
||||||
if model.identifier.startswith("meta-llama") and "405" not in model.identifier
|
if model.identifier.startswith("meta-llama") and "405" not in model.identifier
|
||||||
]
|
]
|
||||||
print(available_models)
|
|
||||||
assert len(available_models) > 0
|
assert len(available_models) > 0
|
||||||
return available_models[0]
|
return available_models[0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue