llama-stack-mirror/docs/source/providers/post_training/index.md
Ashwin Bharambe 9fa69b0337
feat(distro): no huggingface provider for starter (#3258)
The `trl` dependency brings in `accelerate` which brings in nvidia
dependencies for torch. We cannot have that in the starter distro. As
such, no CPU-only post-training for the huggingface provider.
2025-08-26 14:06:36 -07:00

16 lines
250 B
Markdown

# Post_Training
## Overview
This section contains documentation for all available providers for the **post_training** API.
## Providers
```{toctree}
:maxdepth: 1
inline_huggingface-gpu
inline_torchtune-cpu
inline_torchtune-gpu
remote_nvidia
```