feat(distro): fork off a starter-gpu distribution

This commit is contained in:
Ashwin Bharambe 2025-08-22 15:20:35 -07:00
parent 4434fcc2c3
commit c95db3a795
15 changed files with 522 additions and 31 deletions

View file

@ -0,0 +1,20 @@
# inline::torchtune-gpu
## Description
TorchTune-based post-training provider for fine-tuning and optimizing models using Meta's TorchTune framework.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `torch_seed` | `int \| None` | No | | |
| `checkpoint_format` | `Literal['meta', 'huggingface'` | No | meta | |
## Sample Configuration
```yaml
checkpoint_format: meta
```