mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
remove print
This commit is contained in:
parent
9718989ee1
commit
5369422a4d
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ async def scoring_stack(request, inference_model):
|
|||
)
|
||||
|
||||
provider_id = providers["inference"][0].provider_id
|
||||
print(f"Registering model {inference_model} with provider {provider_id}")
|
||||
await impls[Api.models].register_model(
|
||||
model_id=inference_model,
|
||||
provider_id=provider_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue