Skip to content

Commit bc6df9f

Browse files
Merge pull request #3505 from abhinavgoel95:patch-4
PiperOrigin-RevId: 889512992
2 parents 77f5334 + 5e0fd29 commit bc6df9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/maxtext/configs/types.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,12 +2282,17 @@ def calculate_global_batch_sizes(per_device_batch_size, expansion_factor, num_de
22822282
"decoder_layer_input",
22832283
"context",
22842284
"mlpwi",
2285+
"moe_mlpwi_0",
2286+
"moe_mlpwi_1",
2287+
"moe_mlpwo",
22852288
"mlpwi_0",
22862289
"mlpwi_1",
22872290
"mlpwo",
22882291
"query_proj",
22892292
"key_proj",
22902293
"value_proj",
2294+
"query_wa_proj",
2295+
"kv_wa_proj",
22912296
"mla_kv",
22922297
"mla_q",
22932298
"qkv_proj",

0 commit comments

Comments
 (0)