mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
minor fixes
This commit is contained in:
parent
f83b97992c
commit
ade574a0ef
4 changed files with 4 additions and 5 deletions
|
@ -102,8 +102,8 @@ def configure_llama_distribution(dist: "Distribution", config: Dict[str, Any]):
|
|||
}
|
||||
|
||||
dist_config = {
|
||||
"providers": provider_configs,
|
||||
**existing_config,
|
||||
"providers": provider_configs,
|
||||
}
|
||||
|
||||
config_path = DISTRIBS_BASE_DIR / existing_config["name"] / "config.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue