Skip to content

Commit 12a3907

Browse files
committed
fix: update import
1 parent 087ffc9 commit 12a3907

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

src/MaxText/layers/nnx_decoders.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@
2929

3030
from MaxText import max_logging, maxtext_utils, multimodal_utils, sharding
3131
from MaxText.common_types import (
32-
EP_AS_CONTEXT,
33-
MODEL_MODE_AUTOREGRESSIVE,
34-
MODEL_MODE_PREFILL,
35-
MODEL_MODE_TRAIN,
36-
Config,
37-
DecoderBlockType,
38-
ShardMode,
32+
EP_AS_CONTEXT,
33+
MODEL_MODE_AUTOREGRESSIVE,
34+
MODEL_MODE_PREFILL,
35+
MODEL_MODE_TRAIN,
36+
Config,
37+
DecoderBlockType,
38+
ShardMode,
3939
)
4040
from MaxText.inference import page_manager
4141
from MaxText.layers import (
42-
deepseek,
43-
deepseek_batchsplit,
44-
gemma,
45-
gemma2,
46-
gemma3,
47-
gpt3,
48-
gpt_oss,
49-
initializers,
50-
linears,
51-
llama2,
52-
llama4,
53-
mistral,
54-
mixtral,
55-
nnx_wrappers,
56-
quantizations,
57-
qwen3,
58-
simple_layer,
42+
deepseek,
43+
deepseek_batchsplit,
44+
gemma,
45+
gemma2,
46+
gemma3,
47+
gpt3,
48+
gpt_oss,
49+
initializers,
50+
linears,
51+
llama2,
52+
llama4,
53+
mistral,
54+
mixtral,
55+
nnx_wrappers,
56+
quantizations,
57+
qwen3,
58+
simple_layer,
5959
)
6060
from MaxText.layers import nnx_pipeline as pipeline
6161

0 commit comments

Comments
 (0)