mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
parent
3939611676
commit
cf8bd10989
8 changed files with 45 additions and 213 deletions
|
@ -33,7 +33,6 @@ 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