nemo_automodel.components.models.mimo_v2_flash.vision
nemo_automodel.components.models.mimo_v2_flash.vision
Module Contents
Classes
Functions
API
Bases: Module
Grouped-query vision attention with optional local windows and sinks.
num_kv_groups
proj
qkv
scaling
sinks
Bases: Module
Pre-normalized MiMo vision transformer block.
attn
mlp
norm1
norm2
Bases: Module
Convert flattened spatiotemporal image patches to vision tokens.
proj
Bases: Module
Merge each spatial 2x2 group and project it to the text width.
hidden_size
ln_q
mlp
Bases: Module
Two-dimensional rotary frequencies used by the MiMo vision tower.
_inv_freq_initialized
Bases: Module
SwiGLU feed-forward network used by each vision block.
act_fn
down_proj
gate_proj
up_proj
Bases: Module
MiMo-V2.6 vision encoder with checkpoint-compatible parameter names.
blocks
dtype
fullatt_block_indexes
merger
patch_embed
rotary_pos_emb
spatial_merge_unit
vit_window_attn_types
Initialize a materialized vision tower for scratch training.