What changed
Three model architectures โ TeleChat, Persimmon, and Fuyu โ are removed from the codebase in v0.26.0. Any vLLM deployment serving these models will fail to load after upgrading.
TL;DR
vLLM v0.26.0 (411 commits, 212 contributors) removes TeleChat, Persimmon, and Fuyu, adds Inkling (975B total / 41B active, full stack including CUDA graphs, Hopper FA4, speculative decoding, LoRA, NVFP4), and delivers 2.94% E2E TPOT improvement on DeepSeek-V4 via a new routing kernel.
Developer signal
(1) Model removal: if you serve TeleChat, Persimmon, or Fuyu โ even for a minor use case โ pin to v0.25.x before upgrading. There is no deprecation warning; the model classes are simply gone. (2) DeepSeek-V4 users get a free performance bump: the specialized routing kernel saves 2.94% E2E TPOT with no config changes; the fused_topk_bias kernel adds 1.5โ2x speedup at the kernel level. (3) Inkling support is comprehensive and production-ready in this release: piecewise CUDA graphs, Hopper FA4 relative attention, speculative decoding, LoRA, and NVFP4 quantization are all included. (4) KV offloading matures substantially โ tiered secondary storage with object-store support and CPU offloading are now stable, not experimental. (5) Dependency updates require attention: Transformers bumps to 5.13.0, FlashInfer to 0.6.14, nvidia-cutlass-dsl to 4.6.0. Test your environment before upgrading in production.