add example build files for conda & docker

This commit is contained in:
Xi Yan 2024-09-14 14:21:23 -07:00
parent 24e21a12e5
commit f3492040d6
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
name: local-conda-example
distribution_spec:
distribution_type: local
description: Use code from `llama_toolchain` itself to serve all llama stack APIs
docker_image: null
providers:
inference: meta-reference
memory: meta-reference-faiss
safety: meta-reference
agentic_system: meta-reference
telemetry: console
image_type: conda

View file

@ -0,0 +1,12 @@
name: local-docker-example
distribution_spec:
distribution_type: local
description: Use code from `llama_toolchain` itself to serve all llama stack APIs
docker_image: null
providers:
inference: meta-reference
memory: meta-reference-faiss
safety: meta-reference
agentic_system: meta-reference
telemetry: console
image_type: docker