mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-19 11:20:03 +00:00
* add build files to templates * fix templates * manifest * symlink * symlink * precommit * change everything to docker build.yaml * remove image_type in templates * fix build from templates CLI * fix readmes
12 lines
290 B
YAML
12 lines
290 B
YAML
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
|