mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 21:57:45 +00:00
config templates restructure, docs (#262)
* wip * config templates * readmes
This commit is contained in:
parent
a07dfffbbf
commit
d787d1e84f
16 changed files with 57 additions and 78 deletions
|
@ -0,0 +1,15 @@
|
|||
name: local-cpu
|
||||
distribution_spec:
|
||||
description: remote inference + local safety/agents/memory
|
||||
docker_image: null
|
||||
providers:
|
||||
inference:
|
||||
- remote::ollama
|
||||
- remote::tgi
|
||||
- remote::together
|
||||
- remote::fireworks
|
||||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
memory: meta-reference
|
||||
telemetry: meta-reference
|
||||
image_type: docker
|
Loading…
Add table
Add a link
Reference in a new issue