forked from phoenix-oss/llama-stack-mirror
* add build files to templates * fix templates * manifest * symlink * symlink * precommit * change everything to docker build.yaml * remove image_type in templates * fix build from templates CLI * fix readmes
13 lines
412 B
YAML
13 lines
412 B
YAML
name: meta-reference-quantized-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: meta-reference-quantized
|
|
memory:
|
|
- meta-reference
|
|
- remote::chromadb
|
|
- remote::pgvector
|
|
safety: meta-reference
|
|
agents: meta-reference
|
|
telemetry: meta-reference
|