Skip to content
Tools · Jul 15, 2026

Hugging Face Transformers v5.14.0 released with Inkling model support, performance improvements, and breaking changes

The update adds support for the multimodal Inkling model, FlashAttention-based speedups, and Multi-Token Prediction decoding, alongside compatibility fixes for vLLM and kernel optimizations.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Hugging Face released Transformers v5.14.0 with support for the 975B-parameter Inkling multimodal model.
  • Performance improvements include up to 260% faster SDPA prefill via FlashAttention with StaticCache and fixes for FlashAttention regressions.
  • Breaking changes affect GPTNeoX and GPTBigCode weight naming and attention backend behavior for vLLM compatibility.
  • New features include Multi-Token Prediction decoding, static ensemble verification for speculative decoding, and cache dispatch simplifications.

Hugging Face published Transformers v5.14.0, which adds native support for Inkling, a 975-billion-parameter multimodal model accepting text, image, and audio inputs to produce text outputs. The model is released with open weights for research, fine-tuning, and integration into downstream products, and is positioned for use in agentic systems, coding assistants, chatbots, and retrieval-augmented generation workflows.

Performance work in the release targets attention kernels and decoding. SDPA prefill leverages FlashAttention with StaticCache to deliver up to 260% speedups at large input sizes, and a FlashAttention performance regression affecting models such as Qwen3-VL was fixed. A separate decode optimization corrects a bug where grouped-to-batched matrix multiplication was not applied to experts residing in submodels, improving MoE decoding scenarios.

Breaking changes include renaming GPTNeoX's embed_out to lm_head and enabling _supports_attention_backend = True for GPTBigCode to align with vLLM compatibility requirements; users relying on prior weight names or attention backend behavior should update their code.

New decoding features include Multi-Token Prediction support and static ensemble verification for speculative decoding to raise draft token acceptance rates. A misleading double-negative warning about synced_gpus in continuous batching mode was corrected, and a crash in greedy assisted generation with mismatched tokenizers was resolved.

Cache routing was simplified via explicit layer-type mappings for sliding and static layers, reducing complexity in cache dispatch. Additional fixes address read-only cache failures in CPU CI environments and MPS graph cache growth during variable-length batch training on Apple Silicon.

Kernel-related updates include pinning the kernels dependency to a compatible version in benchmark workflows, removing a deprecated package_name argument from LocalLayerRepository, and making the DeepGEMM Triton fallback more robust when CUDA_HOME is misconfigured.

The release also contains routine bugfixes and documentation improvements, including expanded CI coverage, TokenizersBackend fallback handling, and runtime resolution of continuous batching XPU availability checks.

Sources
  1. 01GitHub · huggingface/transformers releasesRelease v5.14.0 · huggingface/transformers
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.