Rename arch class: NemotronLabsDiffusionEncoderModel β NemotronLabsDiffusionModel
#5
by mkhadkevich - opened
Align the public architecture name with the canonical class used by nvidia/Nemotron-Labs-Diffusion-8B (NemotronLabsDiffusionModel). This makes both repos load in SGLang and any other downstream serving stack without per-model architectures overrides.
Changes:
config.json:architecturesandauto_map.AutoModelupdated.modeling_nemotron_labs_diffusion.py: class +__all__renamed.configuration_nemotron_labs_diffusion.py: docstring reference updated.
MMaghoumi changed pull request status to merged