mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
bug fix for llama stack configure
This commit is contained in:
parent
8a175129fc
commit
8f397d7f62
1 changed files with 0 additions and 3 deletions
|
@ -154,9 +154,6 @@ class StackConfigure(Subcommand):
|
||||||
image_name=image_name,
|
image_name=image_name,
|
||||||
apis=list(build_config.distribution_spec.providers.keys()),
|
apis=list(build_config.distribution_spec.providers.keys()),
|
||||||
providers={},
|
providers={},
|
||||||
models=[],
|
|
||||||
shields=[],
|
|
||||||
memory_banks=[],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
config = configure_api_providers(config, build_config.distribution_spec)
|
config = configure_api_providers(config, build_config.distribution_spec)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue