forked from opendatahub-io/llama-stack-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
36 lines (36 loc) · 908 Bytes
/
build.yaml
File metadata and controls
36 lines (36 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: "2"
distribution_spec:
description: Red Hat distribution of Llama Stack
providers:
inference:
- "remote::vllm"
- "inline::sentence-transformers"
vector_io:
- "inline::milvus"
safety:
- "remote::trustyai_fms"
agents:
- "inline::meta-reference"
eval:
- "remote::trustyai_lmeval"
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"
- "remote::model-context-protocol"
container_image: registry.redhat.io/ubi9/python-311:9.6-1749631027
additional_pip_packages:
- aiosqlite
- sqlalchemy[asyncio]
image_type: container
image_name: llama-stack-rh
external_providers_dir: distribution/providers.d