fix: bring back dell template (#2880)

This template is definitely needed since it (and related docker, which
will push soon) is used by folks at Dell.
This commit is contained in:
Ashwin Bharambe 2025-07-23 11:40:59 -07:00 committed by GitHub
parent 8353ad4981
commit 2fcfb0f0b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 615 additions and 0 deletions

View file

@ -0,0 +1,35 @@
version: 2
distribution_spec:
description: Dell's distribution of Llama Stack. TGI inference via Dell's custom
container
providers:
inference:
- remote::tgi
- inline::sentence-transformers
vector_io:
- inline::faiss
- remote::chromadb
- remote::pgvector
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:
- aiosqlite
- sqlalchemy[asyncio]