llama-stack-mirror/llama_stack/templates/groq/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

30 lines
638 B
YAML

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