Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1005 Bytes

File metadata and controls

22 lines (15 loc) · 1005 Bytes

Tutorial

This tutorial has been consolidated into the Installation Guide.

Quick Start

  1. Install SimpleTuner: pip install 'simpletuner[cuda]' (see README for other platforms)
    • CUDA 13 / Blackwell users (NVIDIA B-series GPUs): pip install 'simpletuner[cuda13]' --extra-index-url https://download.pytorch.org/whl/cu130
  2. Configure: simpletuner configure (interactive setup)
  3. Train: simpletuner train

Detailed Guides

For more information, see: