mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
new example run.yaml
This commit is contained in:
parent
e0e2b2ef5b
commit
418b243855
4 changed files with 87 additions and 119 deletions
|
@ -48,7 +48,6 @@ async def instantiate_provider(
|
|||
routing_table = provider_config
|
||||
|
||||
inner_specs = {x.provider_id: x for x in provider_spec.inner_specs}
|
||||
cprint(f"inner_specs: {inner_specs}", "cyan")
|
||||
inner_impls = []
|
||||
for routing_entry in routing_table:
|
||||
impl = await instantiate_provider(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue