diff --git a/llama_stack/providers/tests/scoring/fixtures.py b/llama_stack/providers/tests/scoring/fixtures.py index f17b9ae56..20631f5cf 100644 --- a/llama_stack/providers/tests/scoring/fixtures.py +++ b/llama_stack/providers/tests/scoring/fixtures.py @@ -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,