mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 23:22:25 +00:00
clean up prints
This commit is contained in:
parent
57340e7a51
commit
07806f85c7
3 changed files with 0 additions and 7 deletions
|
|
@ -185,8 +185,6 @@ async def construct_stack(
|
|||
impls = await resolve_impls(
|
||||
run_config, provider_registry or get_provider_registry(), dist_registry
|
||||
)
|
||||
print("impls", impls)
|
||||
print("run_config", run_config)
|
||||
await register_resources(run_config, impls)
|
||||
return impls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue