nemo_automodel.components.models.deepseek_v32.state_dict_adapter
nemo_automodel.components.models.deepseek_v32.state_dict_adapter
State dict adapter for DeepSeek V3.2.
Extends DeepSeekV3StateDictAdapter with mappings for the new Indexer weights.
Module Contents
Classes
API
Bases: DeepSeekV3StateDictAdapter
State dict adapter for DeepSeek V3.2.
_base_non_quantized_keys
_indexer_non_quantized_keys
_non_quantized_keys
Get the full list of non-quantized keys including indexer keys.
Add quantization scale tensors, handling indexer-specific keys.
Convert a single tensor from native format to HuggingFace format.
Handles both standard V3 tensors and V3.2 indexer tensors, ensuring indexer LayerNorm weights are not quantized.