nemo_automodel.components.models.glm5_next.processing
nemo_automodel.components.models.glm5_next.processing
Build the GLM-5.3 image processor on Transformers versions before 5.16.
Module Contents
Functions
Data
API
Render image content as GLM image tokens while preserving the shipped template.
The initial GLM-5.3-Flash checkpoint template renders every media block as a
text-only capability reminder. That leaves Glm46VProcessor.__call__ no
<|image|> token to expand even though it receives and patchifies the image.
MedPix fine-tuning requires the native begin/image/end token triplet; video
retains the checkpoint’s reminder because this onboarding is image-only.
Create the image-only GLM-5.3 processor used by MedPix recipes.