Skip to content

Commit 252d1fc

Browse files
Merge pull request #2148 from AI-Hypercomputer:chengnuojin-add-blocks
PiperOrigin-RevId: 793707146
2 parents 3078cd3 + e6485f0 commit 252d1fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MaxText/layers/linears.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ def get_norm_layer(self, num_features: int):
406406
DecoderBlockType.MISTRAL,
407407
DecoderBlockType.MIXTRAL,
408408
DecoderBlockType.GEMMA,
409+
DecoderBlockType.GEMMA2,
410+
DecoderBlockType.GEMMA3,
411+
DecoderBlockType.QWEN3,
409412
DecoderBlockType.DEEPSEEK,
410413
DecoderBlockType.LLAMA4,
411414
):

0 commit comments

Comments
 (0)