nemo_automodel.components.models.mistral3_vlm
nemo_automodel.components.models.mistral3_vlm
FP8-native Mistral3 VLM custom model registration (dawn-ridge 128B).
Importing this module installs a resolver hook on
_resolve_custom_model_cls_for_config (nemo_automodel/_transformers/
model_init.py) that routes FP8-native Mistral3 VLM configs to
Mistral3FP8VLMForConditionalGeneration. The model registry is not
overwritten, so non-FP8 Mistral3 VLMs keep the stock mistral4.model
path and there is no regression for other users.
Submodules
nemo_automodel.components.models.mistral3_vlm.modelnemo_automodel.components.models.mistral3_vlm.state_dict_adapter
Package Contents
Functions
Data
API
Prepend an FP8-Mistral3 VLM check to _resolve_custom_model_cls_for_config.