nemo_automodel.components.models.qwen3_8_flash_next.config
nemo_automodel.components.models.qwen3_8_flash_next.config
Checkpoint-compatible configuration classes for Qwen3.8-Flash-Next.
Module Contents
Classes
API
Bases: PretrainedConfig
Top-level configuration for Qwen3.8-Flash-Next conditional generation checkpoints.
Bases: Qwen3_8_FlashNextConfig
Config alias for checkpoint dumps that predate the model rename.
Released checkpoints store model_type: qwen4_exp and architecture
Qwen4ExpForConditionalGeneration. The dumps are immutable, so the
legacy identifiers resolve to the renamed classes here instead.
Bases: Qwen3_8_FlashNextTextConfig
Text config alias for checkpoint dumps that predate the model rename.
Bases: PretrainedConfig
Configuration for the Qwen3.8-Flash-Next HyperConnection, PLE, hybrid-MoE text backbone.
Return zero-based QSA full-attention decoder-layer indices.
Return SGLang-compatible mixer names for each decoder layer.
Return zero-based GatedDeltaNet decoder-layer indices.
Return the number of preceding token IDs required by PLE hashing.
Return zero-based decoder-layer indices that contain PLE short convolution.
Return PLE convolution cache shape as [channels, history].
Bases: PretrainedConfig
Configuration for the Qwen3.8-Flash-Next Qwen3-VL-style vision tower.