File size: 193 Bytes
5fa1a76
 
 
 
 
1
2
3
4
5
from accelerate import Accelerator
accelerator = Accelerator()

Prepare to accelerate
The next step is to pass all the relevant training objects to the [~accelerate.Accelerator.prepare] method.