Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame
193 Bytes
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.