nemo_automodel.components.models.inkling.state_dict_adapter
nemo_automodel.components.models.inkling.state_dict_adapter
State-dict adapter for the native Thinking Machines Inkling checkpoint.
Module Contents
Classes
Functions
Data
API
Bases: StateDictAdapter
Convert Inkling weights between native AutoModel and raw checkpoint layouts.
Convert one native tensor to the raw Inkling checkpoint layout.
Load raw Inkling keys or an already-converted Transformers state dict.
Expose raw Inkling checkpoint keys, using views for large matrices.
Match Transformers’ Inkling Interleave checkpoint conversion.