mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
temp commit
This commit is contained in:
parent
9a976bcabd
commit
15e21cb8bd
1 changed files with 25 additions and 1 deletions
|
@ -40,6 +40,13 @@ providers:
|
||||||
- provider_id: meta-reference
|
- provider_id: meta-reference
|
||||||
provider_type: inline::meta-reference
|
provider_type: inline::meta-reference
|
||||||
config: {}
|
config: {}
|
||||||
|
post_training:
|
||||||
|
- provider_id: meta-reference-post-training
|
||||||
|
provider_type: inline::meta-reference
|
||||||
|
config:
|
||||||
|
model: ${env.INFERENCE_MODEL}
|
||||||
|
checkpoint_dir: ${env.INFERENCE_CHECKPOINT_DIR:null}
|
||||||
|
|
||||||
metadata_store:
|
metadata_store:
|
||||||
namespace: null
|
namespace: null
|
||||||
type: sqlite
|
type: sqlite
|
||||||
|
@ -51,6 +58,23 @@ models:
|
||||||
provider_model_id: null
|
provider_model_id: null
|
||||||
shields: []
|
shields: []
|
||||||
memory_banks: []
|
memory_banks: []
|
||||||
datasets: []
|
datasets:
|
||||||
|
- dataset_id: alpaca
|
||||||
|
provider_id: huggingface-0
|
||||||
|
url:
|
||||||
|
uri: https://huggingface.co/datasets/tatsu-lab/alpaca
|
||||||
|
metadata:
|
||||||
|
path: tatsu-lab/alpaca
|
||||||
|
name: post_training_alpaca
|
||||||
|
split: train
|
||||||
|
dataset_schema:
|
||||||
|
instruction:
|
||||||
|
type: string
|
||||||
|
input:
|
||||||
|
type: string
|
||||||
|
output:
|
||||||
|
type: string
|
||||||
|
text:
|
||||||
|
type: string
|
||||||
scoring_fns: []
|
scoring_fns: []
|
||||||
eval_tasks: []
|
eval_tasks: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue