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
51 lines (51 loc) · 1.63 KB
/
build.yaml
File metadata and controls
51 lines (51 loc) · 1.63 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version: 2
distribution_spec:
description: Red Hat distribution of Llama Stack
providers:
inference:
- provider_type: remote::vllm
- provider_type: remote::bedrock
- provider_type: inline::sentence-transformers
- provider_type: remote::watsonx
- provider_type: remote::azure
- provider_type: remote::vertexai
- provider_type: remote::openai
vector_io:
- provider_type: inline::milvus
- provider_type: remote::milvus
- provider_type: inline::faiss
safety:
- provider_type: remote::trustyai_fms
module: llama_stack_provider_trustyai_fms==0.3.0
agents:
- provider_type: inline::meta-reference
eval:
- provider_type: remote::trustyai_lmeval
module: llama_stack_provider_lmeval==0.4.1
- provider_type: inline::trustyai_ragas
module: llama_stack_provider_ragas==0.5.1
- provider_type: remote::trustyai_ragas
module: llama_stack_provider_ragas[remote]==0.5.1
datasetio:
- provider_type: remote::huggingface
- provider_type: inline::localfs
scoring:
- provider_type: inline::basic
- provider_type: inline::llm-as-judge
- provider_type: inline::braintrust
tool_runtime:
- provider_type: remote::brave-search
- provider_type: remote::tavily-search
- provider_type: inline::rag-runtime
- provider_type: remote::model-context-protocol
files:
- provider_type: inline::localfs
- provider_type: remote::s3
container_image: registry.redhat.io/ubi9/python-311:9.6-1749631027
additional_pip_packages:
- aiosqlite
- sqlalchemy[asyncio]
- asyncpg
- psycopg2-binary
image_type: container
image_name: llama-stack-rh