mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
It's a more generic term and applicable to alternatives of Docker, such as Podman or other OCI-compliant technologies. --------- Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
29 lines
622 B
YAML
29 lines
622 B
YAML
version: '2'
|
|
name: experimental-post-training
|
|
distribution_spec:
|
|
description: Experimental template for post training
|
|
container_image: null
|
|
providers:
|
|
inference:
|
|
- inline::meta-reference
|
|
eval:
|
|
- inline::meta-reference
|
|
scoring:
|
|
- inline::basic
|
|
- inline::braintrust
|
|
post_training:
|
|
- inline::torchtune
|
|
datasetio:
|
|
- inline::localfs
|
|
- remote::huggingface
|
|
telemetry:
|
|
- inline::meta-reference
|
|
agents:
|
|
- inline::meta-reference
|
|
safety:
|
|
- inline::llama-guard
|
|
memory:
|
|
- inline::faiss
|
|
tool_runtime:
|
|
- remote::brave-search
|
|
image_type: conda
|