File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1035,7 +1035,7 @@ subslice_shape: ""
10351035
10361036# NNX
10371037enable_nnx : false
1038- pure_nnx_decoder : false
1038+ pure_nnx_decoder : True
10391039
10401040# ################################# Qwen3-Next Specific Configs ##################################
10411041# Kernel size for the 1D convolution in the Gated Delta Net
Original file line number Diff line number Diff line change 3737from maxtext .multimodal import processor as mm_processor
3838from maxtext .utils import max_utils
3939
40-
4140# ------------------------------------------------------------------------------
4241# The network: Transformer Definitions
4342# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 3737from MaxText .layers import linears
3838from MaxText .layers import initializers
3939from MaxText .layers import quantizations
40- from MaxText import maxtext_utils
4140from MaxText import sharding
4241from MaxText .layers .attentions import Attention
4342from MaxText .layers .normalizations import RMSNorm
You can’t perform that action at this time.
0 commit comments