Skip to content

Commit ebdd8d8

Browse files
Merge pull request #4214 from huytransformer:htn/tokamax-gmm-pipeline-ag-per-repeat
PiperOrigin-RevId: 938214079
2 parents b9bbc5f + b257963 commit ebdd8d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/maxtext/layers/moe.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,10 +1287,7 @@ def jax_ragged_dot_gmm(inputs, kernel, tiling, group_sizes, expert_assignments,
12871287
return output
12881288

12891289
def get_tokamax_group_sizes(group_sizes, inputs, kernel):
1290-
# TODO (b/491979205) pipeline fsdp ag per repeat fails tokamax gmm
1291-
if self.config.use_qwix_quantization or (
1292-
self.config.using_pipeline_parallelism and self.config.pipeline_fsdp_ag_per_repeat
1293-
):
1290+
if self.config.use_qwix_quantization:
12941291
return group_sizes
12951292
elif self.config.attention == "vllm_rpa":
12961293
return group_sizes

0 commit comments

Comments
 (0)