mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 21:12:25 +00:00
temp commit
This commit is contained in:
parent
41cf2bb0a7
commit
2a15a8a005
12 changed files with 142 additions and 77 deletions
23
llama_stack/templates/experimental-post-training/build.yaml
Normal file
23
llama_stack/templates/experimental-post-training/build.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
version: '2'
|
||||
name: experimental-post-training
|
||||
distribution_spec:
|
||||
description: Experimental template for post training
|
||||
docker_image: null
|
||||
providers:
|
||||
post_training:
|
||||
- inline::torchtune
|
||||
datasetio:
|
||||
- remote::huggingface
|
||||
inference:
|
||||
- inline::meta-reference
|
||||
memory:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue