From b1062d393226cf250f95a3aec71872f5cc6cf621 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 30 Dec 2024 14:06:15 -0800 Subject: [PATCH] tmp debug meta-ref --- llama_stack/distribution/stack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llama_stack/distribution/stack.py b/llama_stack/distribution/stack.py index 965df5f03..65bb6935b 100644 --- a/llama_stack/distribution/stack.py +++ b/llama_stack/distribution/stack.py @@ -185,6 +185,7 @@ async def construct_stack( impls = await resolve_impls( run_config, provider_registry or get_provider_registry(), dist_registry ) + print("impls", impls) await register_resources(run_config, impls) return impls