mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 20:10:02 +00:00
refine
This commit is contained in:
parent
1e915d87fb
commit
a3b9bc29c8
3 changed files with 6 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ distribution_spec:
|
|||
post_training:
|
||||
- inline::torchtune
|
||||
datasetio:
|
||||
- inline::localfs
|
||||
- remote::huggingface
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ providers:
|
|||
provider_type: inline::basic
|
||||
config: {}
|
||||
datasetio:
|
||||
- provider_id: huggingface-0
|
||||
provider_type: remote::huggingface
|
||||
config: {}
|
||||
- provider_id: localfs
|
||||
provider_type: inline::localfs
|
||||
config: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue