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.
1 source · cross-referenced
- 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.
- Aug 10, 2026 · Google AI — Blog
Google adds AI summaries, visual reporting, and benchmarking to Google Ads and Google Analytics
Trust78 - Aug 10, 2026 · Hugging Face
NVIDIA releases Magpie TTS Multilingual, an open-weights text-to-speech model for 12 languages with low-latency deployment
Trust78 - Aug 10, 2026 · TechCrunch — AI
AI-focused hedge fund invests $400M in chip startup Source Foundry
Trust75