mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-29 21:49:54 +00:00
Added MoE parallel (#127)
This commit is contained in:
@@ -44,3 +44,7 @@ class ParallelMode(Enum):
|
||||
PARALLEL_2P5D_COL = '2p5d_col'
|
||||
PARALLEL_2P5D_DEP = '2p5d_dep'
|
||||
PARALLEL_2P5D_XZ = '2p5d_xz'
|
||||
|
||||
# MOE parallel
|
||||
MOE_DATA = 'moe_data'
|
||||
MOE_MODEL = 'moe_model'
|
||||
|
||||
Reference in New Issue
Block a user