Skip to content
Tools · Aug 10, 2026

Hugging Face Transformers v5.15.0 released with new model support, breaking changes, and performance improvements

The update adds native support for multiple new models, refactors linear attention kernels, and introduces breaking changes to cache cropping and attention backends.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Adds native support for Meta’s Muse Glimmer, GraniteSWA, GraniteMoeSWA, A.X-K1, A.X-K2, and Cosmos3 Edge models
  • Refactors linear attention models and makes kernels opt-in for certain architectures
  • Introduces breaking changes to cache cropping API and T5-family attention backend defaults
  • Includes performance optimizations for vision-language models and fixes for attention mechanisms

Hugging Face released Transformers v5.15.0, which adds native support for several new models including Meta’s Muse Glimmer, GraniteSWA, GraniteMoeSWA, A.X-K1, A.X-K2, and Cosmos3 Edge. Muse Glimmer is a 30-billion-parameter multimodal model distilled from Muse and released under the Apache 2.0 license, designed for agentic use cases such as coding, document analysis, and personal assistants.

The release includes breaking changes to the cache cropping API, which now only accepts negative values (relative offsets) instead of absolute sizes, requiring users to update calling code. It also changes the default attention backend for T5 and its family (MT5, LongT5, etc.) to support SDPA and other backends via ALL_ATTENTION_FUNCTIONS, which may alter the default attention implementation. Users relying on the previous eager-only path are advised to explicitly set attn_implementation="eager".

Performance improvements target vision-language models, with faster image preprocessing for models such as GLM4V, MiniMaxM3-VL, and others by eliminating redundant tensor copies. The release also refactors linear attention models for better maintainability and updates attention mechanisms, including fixes for Multi-Head Latent Attention (MLA) cache compression and SDPA prefill with position bias.

Additional changes include optimizations for Flash Attention’s max sequence length computation in vision models, improved MPS support via metal-flash-sdpa integration, and bug fixes for dtype alignment in Kosmos2/Kosmos2_5 embedding merges and position-embedding initialization in Phi4Multimodal.

Sources
  1. 01GitHub · huggingface/transformers releasesRelease: v5.15.0
Also on Tools

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.