Transformers
Hugging Face library providing thousands of pretrained models for NLP, vision, and audio.
Transformers is becoming a dispatch layer over optimized kernels, and the patches now track vLLM's release calendar.
◆Recent moves
- 14h ago
Patch fixes speculative-decoding generators and CUDA image resize
A narrow patch: device mismatches and config gaps in the DFlash and MTP candidate generators, logit distributions aligned for samplers, and a Lanczos-to-bicubic fallback so images process on accelerators. Maintenance on the speculative-decoding path rather than any move on the kernel repositioning the previous release set out.
View source ↗ - 9d ago
Kernels go opt-in as T5 and linear attention move to shared backends
⚡ SPARKFour breaking changes in one release, all pointing the same direction: the library is becoming a dispatch layer over optimized kernels rather than a set of reference implementations. The four new architectures shipped alongside are routine by this project's standards; the kernel and attention-backend changes are not.
View source ↗ - 1mo ago
Patch fixes Inkling prefill and assisted-decoding cache bugs
Cleanup after the Inkling integration: encoder-decoder cache handling during assisted generation, and static-cache prefill with position bias. The pattern of a large model addition followed within days by a patch for what it broke is by now the release rhythm.
View source ↗ - 1mo ago
Inkling lands day-0; GPTNeoX and GPTBigCode realign for vLLM
A 975B-parameter multimodal model arrives on release day alongside TIPSv2, which is the day-0 cadence working as intended. The flagged breaking change is the more structural item: GPTNeoX weight remapping and GPTBigCode attention-backend support exist specifically to make these models work through the vLLM modelling backend.
View source ↗ - 1mo ago
Patch unblocks the latest vLLM release
Three defensive fixes around legacy layer-type remapping and custom code unaware of the new linear layer names, shipped for one stated purpose: enabling the current vLLM release. A patch whose reason for existing is a downstream project's schedule.
View source ↗ - 1mo ago
Kimi K2.5-2.7 and MiMo-V2-Flash architectures added
A large model drop covering the Kimi K2.5 family and a long-context MoE from Xiaomi, plus corrections to Gemma sliding-window attention masking and the expert-parallelism router contract. The masking fix changes model behaviour and may affect reproducibility of earlier results, which is flagged but easy to miss among the additions.
View source ↗