Skip to content

Commit 34ac013

Browse files
authored
format
1 parent 47cd13a commit 34ac013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/layers/moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def gmm(
897897
inputs, kernel, tiling, group_sizes, expert_assignments, weight_gather_axes, input_buffer_count, combine_scopes
898898
):
899899
# TODO (b/491979205) pipeline fsdp ag per repeat fails tokamax gmm
900-
if self.config.use_qwix_quantization or (self.config.using_pipeline_parallelism and
900+
if self.config.use_qwix_quantization or (self.config.using_pipeline_parallelism and
901901
self.config.pipeline_fsdp_ag_per_repeat):
902902
tokamax_group_sizes = group_sizes
903903
else:

0 commit comments

Comments
 (0)