File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ mlpwi: 'remat'
317317mlpwi_0 : ' remat'
318318mlpwi_1 : ' remat'
319319mlpwo : ' remat'
320- moe_mlpwi : ' remat'
321320moe_mlpwi_0 : ' remat'
322321moe_mlpwi_1 : ' remat'
323322moe_mlpwo : ' remat'
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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." ,
You can’t perform that action at this time.
0 commit comments