mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
precommit fixes
This commit is contained in:
parent
9e491218c6
commit
4306ecdbe7
1 changed files with 3 additions and 1 deletions
|
|
@ -545,7 +545,9 @@ async def resolve_impls_via_provider_registration(
|
|||
|
||||
# Check if provider already exists (loaded from kvstore during initialization)
|
||||
if cache_key in providers_impl.dynamic_providers:
|
||||
logger.info(f"Provider {provider.provider_id} for {api.value} already exists, using existing instance")
|
||||
logger.info(
|
||||
f"Provider {provider.provider_id} for {api.value} already exists, using existing instance"
|
||||
)
|
||||
impl = providers_impl.dynamic_provider_impls.get(cache_key)
|
||||
if impl is None:
|
||||
# Provider exists but not instantiated, instantiate it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue