mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 09:32:36 +00:00
28 lines
589 B
YAML
28 lines
589 B
YAML
version: '2'
|
|
name: vllm-gpu
|
|
distribution_spec:
|
|
description: Use a built-in vLLM engine for running LLM inference
|
|
docker_image: null
|
|
providers:
|
|
inference:
|
|
- inline::vllm
|
|
memory:
|
|
- 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
|
|
image_type: conda
|