Skip to content

Commit 0ac53b5

Browse files
committed
Remove moe_mlpwi for now
1 parent 5109d24 commit 0ac53b5

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/maxtext/configs/base.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ mlpwi: 'remat'
317317
mlpwi_0: 'remat'
318318
mlpwi_1: 'remat'
319319
mlpwo: 'remat'
320-
moe_mlpwi: 'remat'
321320
moe_mlpwi_0: 'remat'
322321
moe_mlpwi_1: 'remat'
323322
moe_mlpwo: 'remat'

src/maxtext/configs/pyconfig_deprecated.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ def validate_and_assign_remat_tensors(keys):
516516
"mlpwi_0",
517517
"mlpwi_1",
518518
"mlpwo",
519-
"moe_mlpwi",
520519
"moe_mlpwi_0",
521520
"moe_mlpwi_1",
522521
"moe_mlpwo",

src/maxtext/configs/types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -896,10 +896,6 @@ class RematAndOffload(BaseModel):
896896
RematLocation.REMAT,
897897
description="Remat policy for the second MLP layer's output.",
898898
)
899-
moe_mlpwi: RematLocation = Field(
900-
RematLocation.REMAT,
901-
description="Remat policy for the first MoE layer's intermediate output.",
902-
)
903899
moe_mlpwi_0: RematLocation = Field(
904900
RematLocation.REMAT,
905901
description="Remat policy for the first part of a gated MoE's output.",

0 commit comments

Comments
 (0)