Skip to content

Commit

Permalink
Merge pull request #32 from lucasnewman/fix-import
Browse files Browse the repository at this point in the history
Fix DDP import
  • Loading branch information
lucidrains authored Oct 6, 2023
2 parents 7ce0e56 + f25f713 commit d8c59f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voicebox_pytorch/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from voicebox_pytorch.optimizer import get_optimizer

from accelerate import Accelerator, DistributedType
from accelerate.utils import DistributedDataParallelKwargs

# helpers

Expand Down

0 comments on commit d8c59f1

Please sign in to comment.