nemo_automodel.components.models.step3p7.state_dict_adapter
nemo_automodel.components.models.step3p7.state_dict_adapter
Module Contents
Classes
Functions
API
Bases: StateDictAdapter
Adapter for Step3.7 VLM checkpoints.
The released checkpoint stores the Step3.5 language backbone at top-level
keys such as model.layers.* and stores vision keys as
vision_model.* / vit_large_projector.*. The native AutoModel VLM
keeps the language backbone under model.language_model so PP can split
it as a nested text module, and reuses the Step3p5 expert-weight adapter for
EP sharding.
text_adapter
staticmethod
staticmethod
staticmethod
staticmethod
staticmethod