mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 04:26:16 +00:00
RHAIENG-565: purge the midstream repo content to only host the build artifacts, so only the redhat-distribution should remain
This commit is contained in:
parent
5d65c017b0
commit
9803329350
8 changed files with 448 additions and 0 deletions
36
redhat-distribution/build.yaml
Normal file
36
redhat-distribution/build.yaml
Normal file
|
|
@ -0,0 +1,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: redhat-distribution/providers.d
|
||||
Loading…
Add table
Add a link
Reference in a new issue