Update provider types and prefix with inline::

This commit is contained in:
Ashwin Bharambe 2024-11-12 12:54:44 -08:00
parent 896b304e62
commit 2c294346ae
12 changed files with 32 additions and 32 deletions

View file

@ -3,11 +3,11 @@ distribution_spec:
docker_image: pytorch/pytorch:2.5.0-cuda12.4-cudnn9-runtime
description: Use code from `llama_stack` itself to serve all llama stack APIs
providers:
inference: meta-reference
inference: inline::meta-reference
memory:
- meta-reference
- inline::faiss
- remote::chromadb
- remote::pgvector
safety: inline::llama-guard
agents: meta-reference
telemetry: meta-reference
agents: inline::meta-reference
telemetry: inline::meta-reference