docs and examples imports update

This commit is contained in:
Steven Palma
2026-04-12 09:43:13 +02:00
parent 89b4652de0
commit b132e2b5d6
53 changed files with 212 additions and 215 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ This guide shows you how to train policies on multiple GPUs using [Hugging Face
## Installation
First, ensure you have accelerate installed:
`accelerate` is included in the `training` extra. Install it with:
```bash
pip install accelerate
pip install 'lerobot[training]'
```
## Training with Multiple GPUs