5.15.11mo ago
huggingface/transformers Patch release: v5.15.1
Key point
This patch release fixes DFlash and MTP candidate generator errors, as well as image processing issues in accelerator environments.
Details
- Bug fix: Resolved device mismatch issue for DFlash candidate tokens when using
device_map="auto". - Bug fix: Aligned logit distribution for CandidateGenerators using sampling.
- Bug fix: Fixed MTP configuration error when
mlp_layer_typesis missing. - Bug fix: Changed to fall back to bicubic to prevent image processing failures when using the Lanczos filter in CUDA accelerator environments.
- Bug fix: Fixed device movement issue for Gemma4 videos.