mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
commit
This commit is contained in:
parent
25c1d9b037
commit
45f4e87f23
2 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ distribution_spec:
|
|||
- inline::meta-reference
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::braintrust
|
||||
post_training:
|
||||
- inline::torchtune
|
||||
datasetio:
|
||||
|
|
|
@ -29,6 +29,10 @@ providers:
|
|||
- provider_id: basic
|
||||
provider_type: inline::basic
|
||||
config: {}
|
||||
- provider_id: braintrust
|
||||
provider_type: inline::braintrust
|
||||
config:
|
||||
openai_api_key: ${env.OPENAI_API_KEY:}
|
||||
datasetio:
|
||||
- provider_id: huggingface-0
|
||||
provider_type: remote::huggingface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue