Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtmike committed Sep 27, 2024
1 parent aa45c99 commit dd0ec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/opensora_hpcai/opensora/models/vae/vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from transformers import PretrainedConfig

import mindspore as ms
from mindspore import nn, ops
from mindspore import mint, nn, ops
from mindspore.communication import get_group_size

from ...acceleration.communications import GatherFowardSplitBackward, SplitFowardGatherBackward
Expand Down

0 comments on commit dd0ec5f

Please sign in to comment.