Link: https://huggingface.co/docs/lerobot/multi_gpu_training
The guide referenced shows the user how to train policies on multiple GPUs using HuggingFace Accelerate
When you launch training with accelerate:
- Lerobot detects if it’s running under accelerate
- Your batch is automatically split across GPUs
- Gradients are synchronized across GPUs during backpropagation
- Main process logs to wandb and saves checkpoints