minor fixes

This commit is contained in:
Hardik Shah 2024-08-06 18:56:22 -07:00
parent f83b97992c
commit ade574a0ef
4 changed files with 4 additions and 5 deletions

View file

@ -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"