[MOE] remove old MoE legacy (#493)

This commit is contained in:
HELSON
2022-03-22 17:37:16 +08:00
committed by GitHub
parent c4c02424f3
commit f24b5ed201
3 changed files with 5 additions and 26 deletions

View File

@@ -45,7 +45,3 @@ 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'