mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 16:50:00 +00:00
feat: add huggingface post_training and dataset provider to template
the experimental_post_training template now uses HF post_training and dataset providers Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
6c3a40e3d2
commit
7dcb997f17
2 changed files with 14 additions and 5 deletions
|
|
@ -13,9 +13,10 @@ distribution_spec:
|
|||
- inline::basic
|
||||
- inline::braintrust
|
||||
post_training:
|
||||
- inline::torchtune
|
||||
- inline::huggingface
|
||||
datasetio:
|
||||
- inline::localfs
|
||||
- remote::huggingface
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
agents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue