mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
parent
50d95a668b
commit
515bec300c
4 changed files with 36 additions and 28 deletions
|
@ -33,6 +33,7 @@ async def instantiate_provider(
|
|||
|
||||
assert isinstance(provider_config, GenericProviderConfig)
|
||||
config_type = instantiate_class_type(provider_spec.config_class)
|
||||
print("!!!", provider_config)
|
||||
config = config_type(**provider_config.config)
|
||||
args = [config, deps]
|
||||
elif isinstance(provider_spec, RouterProviderSpec):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue