mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-16 01:53:10 +00:00
as title, add braintrust to experimental-post-training template to run llm as judge based eval for a finetuned model
29 lines
619 B
YAML
29 lines
619 B
YAML
version: '2'
|
|
name: experimental-post-training
|
|
distribution_spec:
|
|
description: Experimental template for post training
|
|
docker_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
|