Skip to content

Commit c4b5e64

Browse files
Merge pull request #3457 from AI-Hypercomputer:BirdsOfAFthr-patch-1
PiperOrigin-RevId: 887044942
2 parents 9e786c8 + 5bd542c commit c4b5e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxtext/layers/moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ def gmm(
934934
output = mblx.gmm(
935935
lhs=inputs,
936936
rhs=kernel,
937-
group_sizes=tokamax_group_sizes,
937+
group_sizes=group_sizes,
938938
preferred_element_type=self.dtype,
939939
tiling=tiling,
940940
lhs_quantize_dtype=lhs_quantize_dtype,

0 commit comments

Comments
 (0)