llama-stack-mirror/llama_stack/templates/cerebras/build.yaml
Eric Huang a1b356a2a2 impl
# What does this PR do?


## Test Plan
# What does this PR do?


## Test Plan
2025-05-21 22:02:54 -07:00

33 lines
728 B
YAML

version: '2'
distribution_spec:
description: Use Cerebras for running LLM inference
providers:
inference:
- remote::cerebras
- inline::sentence-transformers
safety:
- inline::llama-guard
vector_io:
- inline::faiss
- remote::chromadb
- remote::pgvector
agents:
- inline::meta-reference
eval:
- inline::meta-reference
datasetio:
- remote::huggingface
- inline::localfs
scoring:
- inline::basic
- inline::llm-as-judge
- inline::braintrust
telemetry:
- inline::meta-reference
tool_runtime:
- remote::brave-search
- remote::tavily-search
- inline::rag-runtime
image_type: conda
additional_pip_packages:
- sqlalchemy[asyncio]