# transformers v5.15.1 — Patch release: v5.15.1 - Product: transformers (https://whatsnew.fyi/product/transformers) - Vendor: huggingface - Date: 2026-08-19 - Version: v5.15.1 - Original notes: https://github.com/huggingface/transformers/releases/tag/v5.15.1 - Permalink: https://whatsnew.fyi/product/transformers/releases/v5.15.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix DFlash candidate token device mismatch with device_map="auto" - **fixed** — Align logit distributions for CandidateGenerators using sampling - **fixed** — Fix MTP config when mlp_layer_types is absent - **fixed** — Fallback from 'lanczos' to 'bicubic' when on cuda - **fixed** — Fix gemma4 video to device #### Patch release v5.15.1 This patch most notably solves a few issues with DFlash and MTP candidate generators, as well as an issue where images could sometimes not be processed on accelerator if using Lanczos filter. It contains the following commits: - Fix DFlash candidate token device mismatch with device_map="auto" (#47877) by @sywangyi and @Cyrilvallez - Align logit distributions for CandidateGenerators using sampling (#48007) by @Cyrilvallez - Fix MTP config when mlp_layer_types is absent (#48015) by @Cyrilvallez - Fallback from 'lanczos' to 'bicubic' when on cuda (#48026) by @zucchini-nlp - Fix gemma4 video to device (#47896) by @guarin