nemo_automodel.components.models.deepseek_v41.vision
nemo_automodel.components.models.deepseek_v41.vision
Reuse the unchanged DeepSeek vision encoder with the V4.1 nested config.
Module Contents
Classes
Functions
API
Bases: DeepseekV4VisionAligner
The released padded spatial merger and GELU projection into text width.
Parameters:
config
Top-level V4.1 configuration containing vision and text widths.
Bases: DeepseekV4VisionTransformer
The released full-attention 2D-RoPE ViT, configured by nested V4.1 fields.
Parameters:
config
Top-level V4.1 configuration containing the vision dimensions.
Translate the typed V4.1 config into the existing vision implementation’s config.