llama distribution -> llama stack + containers (WIP)

This commit is contained in:
Ashwin Bharambe 2024-08-28 10:07:08 -07:00
parent 45987996c4
commit fd3b65b718
16 changed files with 204 additions and 80 deletions

View file

@ -89,7 +89,7 @@ def configure_llama_provider(config_file: Path) -> None:
try:
existing_provider_config = config_type(**stub_config)
except KeyError:
except Exception:
existing_provider_config = None
provider_config = prompt_for_config(