From 5369422a4d5fa9f480b9606ba8b0a9d23cc9ffe3 Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Mon, 11 Nov 2024 15:04:06 -0800 Subject: [PATCH] remove print --- llama_stack/providers/tests/scoring/fixtures.py | 1 - 1 file changed, 1 deletion(-) 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,