mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
another print -> log fix
This commit is contained in:
parent
302a0145e5
commit
eaf4fbef75
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ async def resolve_impls(
|
|||
elif p.deprecation_warning:
|
||||
log.warning(
|
||||
f"Provider `{provider.provider_type}` for API `{api}` is deprecated and will be removed in a future release: {p.deprecation_warning}",
|
||||
"yellow",
|
||||
attrs=["bold"],
|
||||
)
|
||||
p.deps__ = [a.value for a in p.api_dependencies]
|
||||
spec = ProviderWithSpec(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue