mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 11:01:58 +00:00
Merge branch 'main' into feature/dpo-training
This commit is contained in:
commit
9ac1a01daa
419 changed files with 44853 additions and 1661 deletions
|
|
@ -1,7 +1,15 @@
|
|||
# Post_Training Providers
|
||||
# Post_Training
|
||||
|
||||
## Overview
|
||||
|
||||
This section contains documentation for all available providers for the **post_training** API.
|
||||
|
||||
- [inline::huggingface](inline_huggingface.md)
|
||||
- [inline::torchtune](inline_torchtune.md)
|
||||
- [remote::nvidia](remote_nvidia.md)
|
||||
## Providers
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
inline_huggingface
|
||||
inline_torchtune
|
||||
remote_nvidia
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue