Rebrand: Ministral DLM → Nemotron Labs Diffusion
#2
by mkhadkevich - opened
Rename the diffusion-LM-specific files, classes, and model_type to the
Nemotron Labs Diffusion brand, while keeping the base Ministral3 LLM
classes and modeling_ministral.py untouched — those are the underlying
base architecture and remain Ministral-branded.
- configuration_ministral_dlm.py → configuration_nemotron_labs_diffusion.py
- modeling_ministral_dlm.py → modeling_nemotron_labs_diffusion.py
- MinistralDLMConfig → NemotronLabsDiffusionConfig
- MinistralDiffEncoderModel → NemotronLabsDiffusionEncoderModel
- MinistralDiffOutputWithPast → NemotronLabsDiffusionOutputWithPast
- MinistralFlexAttention → NemotronLabsDiffusionFlexAttention
- model_type: ministral_dlm → nemotron_labs_diffusion
- config.json: architectures + auto_map updated accordingly
MMaghoumi changed pull request status to merged