Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sljlp authored Apr 25, 2022
1 parent 7996af2 commit 6a112a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/incubate/distributed/models/moe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .gate import GShardGate, BaseGate, SwitchGate, NaiveGate
from .moe_layer import MoELayer
from .grad_clip import ClipGradForMOEByGlobalNorm
ClipGradByGlobalNorm = ClipGradForMOEByGlobalNorm
ClipGradByGlobalNorm = ClipGradForMOEByGlobalNorm

1 comment on commit 6a112a5

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.