mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 03:10:00 +00:00
feat: allow building distro with external providers
We can now build a distribution that includes external providers. Closes: https://github.com/meta-llama/llama-stack/issues/1948 Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
c4570bcb48
commit
89dbf91323
11 changed files with 137 additions and 69 deletions
|
|
@ -1,6 +1,6 @@
|
|||
adapter:
|
||||
adapter_type: custom_ollama
|
||||
pip_packages: ["ollama", "aiohttp"]
|
||||
pip_packages: ["ollama", "aiohttp", "tests/external-provider/llama-stack-provider-ollama"]
|
||||
config_class: llama_stack_provider_ollama.config.OllamaImplConfig
|
||||
module: llama_stack_provider_ollama
|
||||
api_dependencies: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue