Change8
Symbol11 releases

AutoTokenizer

Found in 1 package: transformers

transformers(11 releases)

v5.7.0
Apr 28, 2026

This release introduces two major new model families, Laguna and DEIMv2, alongside numerous fixes for attention mechanisms, continuous batching generation, and kernel loading across various models.

v5.2.0Breaking
Feb 16, 2026

This release introduces several major new models including VoxtralRealtime, GLM-5, and Qwen3.5, alongside significant internal refactoring, particularly around attention mechanisms and trainer stability.

v5.0.0Breaking
Jan 26, 2026

Transformers v5 is the first major release in five years, introducing significant API refactors like dynamic weight loading via WeightConverter and simplifying tokenizer architecture by consolidating slow/fast implementations. The release cadence is shifting to weekly minor updates.

v5.0.0rc2Breaking
Jan 8, 2026

This release focuses on fixing AutoTokenizer enforcement, optimizing MoE performance with batched implementations, and significantly improving model loading speeds via meta device initialization.

v5.0.0rc0Breaking
Dec 1, 2025

Transformers v5 introduces a major overhaul of the library, featuring a new dynamic weight loading API and a unified tokenizer backend system to simplify internals and improve performance.

v4.57.2Breaking
Nov 24, 2025

This patch release focuses on fixing Mistral tokenizer mappings and Tekken pattern matching, while also correcting a decorator error in the device memory utility.

v4.55.0Breaking
Aug 5, 2025

OpenAI released GPT OSS, an open-source (Apache 2.0) MoE model family in 21B and 117B sizes featuring 4-bit MXFP4 quantization and Flash Attention 3 support. These models are optimized for reasoning and agentic tasks, compatible with the new Responses API and standard transformers workflows.

v4.53.2-Ernie-4.5-preview
Jul 23, 2025

This preview release introduces Baidu's Ernie 4.5 model family to Transformers, including a 0.3B dense model and MoE variants (21B and 300B).

v4.51.3-GraniteMoeHybrid-preview
May 8, 2025

This release introduces the GraniteMoeHybrid model architecture, a hybrid design combining state space layers and Mixture-of-Experts (MoE) attention, available as a stable preview ahead of the v4.52.0 minor release.

v4.51.3-BitNet-preview
May 8, 2025

This preview release introduces the BitNet model architecture to the transformers library, enabling high-performance 1-bit LLM inference.

v4.50.3-DeepSeek-3
Mar 28, 2025

This release introduces support for the DeepSeek-V3 (DeepSeek-R1) model, featuring MLA and DeepSeekMoE architectures, available via a specific git tag on top of version 4.50.3.

Track Symbol Changes

Use the Change8 MCP server or GitHub Action to get notified when AutoTokenizer changes.

Learn More