mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-18 16:00:49 +00:00
[hotfix] fix typo change MoECheckpintIO to MoECheckpointIO (#5335)
Co-authored-by: binmakeswell <binmakeswell@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .checkpoint import MoECheckpintIO
|
||||
from .checkpoint import MoECheckpointIO
|
||||
from .experts import MLPExperts
|
||||
from .layers import SparseMLP, apply_load_balance
|
||||
from .manager import MOE_MANAGER
|
||||
@@ -14,7 +14,7 @@ __all__ = [
|
||||
"NormalNoiseGenerator",
|
||||
"UniformNoiseGenerator",
|
||||
"SparseMLP",
|
||||
"MoECheckpintIO",
|
||||
"MoECheckpointIO",
|
||||
"MOE_MANAGER",
|
||||
"apply_load_balance",
|
||||
]
|
||||
|
Reference in New Issue
Block a user