mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-09 15:17:46 +00:00
13 lines
420 B
YAML
13 lines
420 B
YAML
name: meta-reference-gpu
|
|
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: inline::meta-reference
|
|
memory:
|
|
- inline::faiss
|
|
- remote::chromadb
|
|
- remote::pgvector
|
|
safety: inline::llama-guard
|
|
agents: inline::meta-reference
|
|
telemetry: inline::meta-reference
|