mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? ## Test Plan changed metastore in one of the templates, rerun distro gen, observe change in build.yaml
25 lines
596 B
YAML
25 lines
596 B
YAML
version: '2'
|
|
distribution_spec:
|
|
description: Quick start template for running Llama Stack with several popular providers
|
|
providers:
|
|
inference:
|
|
- remote::vllm
|
|
- inline::sentence-transformers
|
|
vector_io:
|
|
- remote::chromadb
|
|
safety:
|
|
- inline::llama-guard
|
|
agents:
|
|
- inline::meta-reference
|
|
telemetry:
|
|
- inline::meta-reference
|
|
tool_runtime:
|
|
- remote::brave-search
|
|
- remote::tavily-search
|
|
- inline::rag-runtime
|
|
- remote::model-context-protocol
|
|
image_type: conda
|
|
additional_pip_packages:
|
|
- asyncpg
|
|
- psycopg2-binary
|
|
- sqlalchemy[asyncio]
|