Skip to content

Commit

Permalink
Import deepspeed utilities from integrations (huggingface#25919)
Browse files Browse the repository at this point in the history
Follow up from huggingface#25599
  • Loading branch information
osanseviero authored and blbadger committed Nov 8, 2023
1 parent 4eff608 commit 5c19e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/vits/modeling_vits.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from torch import nn

from ...activations import ACT2FN
from ...deepspeed import is_deepspeed_zero3_enabled
from ...integrations.deepspeed import is_deepspeed_zero3_enabled
from ...modeling_outputs import (
BaseModelOutput,
ModelOutput,
Expand Down

0 comments on commit 5c19e17

Please sign in to comment.