mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 05:09:55 +00:00
move build.yaml to templates, symlink in distributions
This commit is contained in:
parent
81ed0327f3
commit
56f9b7d5d6
23 changed files with 136 additions and 142 deletions
|
|
@ -1 +0,0 @@
|
|||
../../distributions/ollama/build.yaml
|
||||
13
llama_stack/templates/ollama/build.yaml
Normal file
13
llama_stack/templates/ollama/build.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: ollama
|
||||
distribution_spec:
|
||||
description: Use ollama for running LLM inference
|
||||
providers:
|
||||
inference: remote::ollama
|
||||
memory:
|
||||
- meta-reference
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
||||
image_type: docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue