mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-22 12:37:53 +00:00
29 lines
645 B
YAML
29 lines
645 B
YAML
version: '2'
|
|
distribution_spec:
|
|
description: Use (an external) Ollama server for running LLM inference
|
|
providers:
|
|
inference:
|
|
- remote::ollama
|
|
vector_io:
|
|
- remote::chromadb
|
|
safety:
|
|
- inline::llama-guard
|
|
agents:
|
|
- inline::meta-reference
|
|
telemetry:
|
|
- inline::meta-reference
|
|
eval:
|
|
- inline::meta-reference
|
|
datasetio:
|
|
- inline::localfs
|
|
scoring:
|
|
- inline::llm-as-judge
|
|
tool_runtime:
|
|
- remote::brave-search
|
|
- remote::tavily-search
|
|
- remote::model-context-protocol
|
|
- remote::wolfram-alpha
|
|
image_type: conda
|
|
additional_pip_packages:
|
|
- sqlalchemy[asyncio]
|
|
- blobfile
|