Traceary

Catalog / AI tooling

Transformers changelog

Model library that loads and runs most published open weight architectures.

Latest
5.16.1
Shipped
26 Aug 2026today
Collected
60 releasesback to 2 Jun 2025
Source
huggingface/transformers
Project
huggingface.co
Feed
RSS

Read today, the first day on record. Collection status

Version history

5.x31 releases
5.16.1

Release v5.16.1 This is a special release as we include GLM! (and a few small fixes) GLM-5.3-Flash GLM-5.3-Flash, the first natively multimodal model in the GLM-5 series. With 320B total parameters and just 18B active parameters, it outperf

securityaddedfixed
5.16.0

Release v5.16.0 New Model additions Qwen4-Exp Qwen4-Exp builds on Qwen3.5's hybrid text and multimodal architecture with three key components: GatedResidual (GR), Qwen Sparse Attention (QSA), and Per-Layer Embedding (PLE). GR is a Qwen-deve

breakingaddedfixed
5.15.1

Patch release v5.15.1 This patch most notably solves a few issues with DFlash and MTP candidate generators, as well as an issue where images could sometimes not be processed on accelerator if using Lanczos filter. It contains the following

fixed
5.15.0

Release v5.15.0 New Model additions Meta Muse Glimmer Muse Glimmer, released today, is Meta’s new multimodal model, especially designed for agentic use cases. Distilled from Muse to 30B parameters, and released under the Apache 2.0 license,

breakingaddedfixed
5.14.1

Patch release v5.14.1 This patch solves a few issues which appeared when integrating Inkling model, most notably an issue affecting models using EncoderDecoderCache during assisted generation. It also fixes an issue that could appear during

fixed
5.14.0

Release v5.14.0 New Model additions Inkling (fresh from Thinking Machines): 975B total, 41B active Add Inkling model #47347 by @molbap @Cyrilvallez @eustlb and @zucchini-nlp Inkling is a general-purpose multimodal model that accepts text, i

breakingaddedfixed
5.13.1

Patch release v5.13.1 This patch is focused on enabling transformers for the latest release of vllm! Be more defensive with remap_legacy_layer_types for custom models (#47245) from @hmellor Fix custom code which doesn't know about the new l

addedfixed
5.13.0

Release v5.13.0 New Model additions KimiK 2.5, 2.6, and 2.7 This release includes the architecture for Kimi 2.5 which is used by 2.5-2.7: Kimi K2.5 is an open-source, native multimodal agentic model that advances practical capabilities in l

breakingsecurityadded
5.12.1

Patch release v5.12.1 Updated the lower bound for PEFT and a fix for auto tokenizer to properly resolve the mistral tokenizer (when mistral-common is installed). This is similar to v.5.10.3 minus the fixes that were already included in the

fixed
5.10.3

Patch release v5.10.4 Update: Note that on pypi 5.10.3 doesn't exist and this this saved under 5.10.4 (so essentially a minor version skipped). Sorry about that, that's on me. Just wanted to clarify to make this less confusing! A few fixes

fixedchanged
5.12.0

Release v5.12.0 New Model additions MiniMax-M3-VL MiniMax-M3-VL is the vision-language member of the MiniMax-M3 family that pairs a CLIP-style vision tower with 3D rotary position embeddings with the MiniMax-M3 text backbone. It uses a mixe

securityaddedfixed
5.11.0

Release v5.11.0 New Model additions DiffusionGemma DiffusionGemma is engineered to reduce the sequential bottlenecks of standard causal language models by employing an encoder-decoder architecture specifically optimized for inference speed.

addedfixedchanged
5.10.2

Patch release v5.10.2 There was a big bug in the model conversion of models related to clip, this affected models like sam3 and others. Please make sure to update :pray: Fix conversion for clip models by @zucchini-nlp (#46406)

fixedchanged
5.10.1

Release v5.10.1 v5.10.0 was yanked as we publish on a corrupted branch. Sorry everyone, this happens when we rush a release!!! New Model additions Gemma4 unified+ Gemma4 MTP Gemma 4 12B Unified is an encoder-free multimodal model with pretr

breakingaddedfixed
5.9.0

Release v5.9.0 New Model additions Cohere2Moe Command A+ is a Mixture-of-Experts (MoE) language model from Cohere that features a hybrid attention pattern combining sliding window and full attention layers. The model incorporates both share

breakingsecurityadded
5.8.1

Patch release v5.8.1 This release is mainly to fix the Deepseek V4 integration!!! [fix] Add fatal_error to ContinuousBatchingManager so the serving... by @qgallouedec, @remi-or Fix WeightConverter regex incorrectly matching shared_experts a

addedfixed
5.8.0

Release v5.8.0 New Model additions DeepSeek-V4 DeepSeek-V4 is the next-generation MoE (Mixture of Experts) language model from DeepSeek that introduces several architectural innovations over DeepSeek-V3. The architecture replaces Multi-head

breakingaddedfixed
5.7.0

Release v5.7.0 New Model additions Laguna Laguna is Poolside's mixture-of-experts language model family that extends standard SwiGLU MoE transformers with two key innovations. It features per-layer head counts allowing different decoder lay

addedfixedchanged
5.6.2

Patch release v5.6.2 Qwen 3.5 and 3.6 MoE (text-only) were broken when using with FP8. It should now work again with this :saluting_face: Fix configuration reading and error handling for kernels (https://github.com/huggingface/transformers/

fixed
5.6.1

Patch release v5.6.1 Flash attention path was broken! Sorry everyone for this one 🤗 Fix AttributeError on s_aux=None in flash_attention_forward (https://github.com/huggingface/transformers/pull/45589) by @jamesbraza

fixed
5.6.0

Release v5.6.0 New Model additions OpenAI Privacy Filter OpenAI Privacy Filter is a bidirectional token-classification model for personally identifiable information (PII) detection and masking in text. It is intended for high-throughput dat

breakingsecurityadded
5.5.4

Patch release v5.5.4 This is mostly some fixes that are good to have asap, mostly for tokenizers; ** Fix Kimi-K2.5 tokenizer regression and _patch_mistral_regex Attribute… (#45305) by ArthurZucker For training: ** Fix #45305 + add regressio

addedfixed
5.5.3

Small patch release to fix device_map support for Gemma4! It contains the following commit: [gemma4] Fix device map auto (#45347) by @Cyrilvallez

fixed
5.5.2

Small patch dedicated to optimizing gemma4, fixing inference with use_cache=False due to k/v states sharing between layers, as well as conversion mappings for some models that would inconsistently serialize their weight names. It contains t

addedfixed
5.5.1

Patch release v5.5.1 This patch is very small and focuses on vLLM and Gemma4! ** Fix export for gemma4 and add Integration tests (#45285) by @Cyrilvallez ** Fix vllm cis (#45139) by @ArthurZucker

addedfixed
5.5.0

Release v5.5.0 New Model additions Gemma4 Gemma 4 is a multimodal model with pretrained and instruction-tuned variants, available in 1B, 13B, and 27B parameters. The architecture is mostly the same as the previous Gemma versions. The key di

breakingsecurityadded
5.4.0

New Model additions VidEoMT Video Encoder-only Mask Transformer (VidEoMT) is a lightweight encoder-only model for online video segmentation built on a plain Vision Transformer (ViT). It eliminates the need for dedicated tracking modules by

breakingaddedfixed
5.3.0

New Model additions EuroBERT EuroBERT is a multilingual encoder model based on a refreshed transformer architecture, akin to Llama but with bidirectional attention. It supports a mixture of European and widely spoken languages, with sequenc

breakingsecurityadded
5.2.0

New Model additions VoxtralRealtime VoxtralRealtime is a streaming speech-to-text model from Mistral AI, designed for real-time automatic speech recognition (ASR). Unlike the offline Voxtral model which processes complete audio files, Voxtr

breakingaddedfixed
5.1.0

New Model additions EXAONE-MoE K-EXAONE is a large-scale multilingual language model developed by LG AI Research. Built using a Mixture-of-Experts architecture, K-EXAONE features 236 billion total parameters, with 23 billion active during i

breakingaddedfixed
5.0.0

Transformers v5 release notes Highlights Significant API changes: dynamic weight loading, tokenization Backwards Incompatible Changes Bugfixes and improvements We have a migration guide that will be continuously updated available on the mai

breakingaddedfixed
4.x29 releases
4.57.6

Another fix for qwen vl models that prevented correctly loading the associated model type - this works together with https://github.com/huggingface/transformers/pull/41808 of the previous patch release. Fixed incorrect model_type for qwen2v

fixedchanged
4.57.5

Should not have said last patch :wink: These should be the last remaining fixes that got lost in between patches and the transition to v5. QwenVL: add skipped keys in setattr as well by @zucchini-nlp in https://github.com/huggingface/transf

addedfixedchanged
4.57.4

Last patch release for v4: We have a few small fixes for remote generation methods (e.g. group beam search), vLLM, and an offline tokenizer fix (if it's already been cached). Grouped beam search from config params by @zucchini-nlp in https:

fixedchanged
4.57.3

There was a hidden bug when loading models with local_files_only=True and a typo related to the recent patch. The main fix is: https://github.com/huggingface/transformers/commit/b6055550a15a8fab367cf983b743ff68cc58d81a. We are really sorry

fixed
4.57.2

This patch most notably fixes an issue on some Mistral tokenizers. It contains the following commits: Add AutoTokenizer mapping for mistral3 and ministral (#42198) Auto convert tekken.json (#42299) fix tekken pattern matching (#42363) Check

addedfixed
4.57.1

This patch most notably fixes an issue with an optional dependency (optax), which resulted in parsing errors with poetry. It contains the following fixes: fix optax dep issue remove offload_state_dict from kwargs Fix bnb fsdp loading for pr

fixed
4.57.0

New model additions Qwen3 Next The Qwen3-Next series represents the Qwen team's next-generation foundation models, optimized for extreme context length and large-scale parameter efficiency. The series introduces a suite of architectural inn

breakingaddedfixed
4.56.2

Processor load with multi-processing (#40786) [Jetmoe] Fix RoPE (#40819) Fix getter regression (#40824) Fix config dtype parsing for Emu3 edge case (#40766)

4.56.1-Vault-Gemma-preview

A new model is added to transformers: Vault-Gemma It is added on top of the v4.56.1 release, and can be installed from the following tag: v4.56.1-Vault-Gemma-preview. In order to install this version, please install with the following comma

addedfixed
4.56.0-Embedding-Gemma-preview

A new model is added to transformers: Embedding Gemma It is added on top of the v4.56.0 release, and can be installed from the following tag: v4.56.0-Embedding-Gemma-preview. In order to install this version, please install with the followi

addedfixed
4.56.1

Patch release v4.56.1 This patch most notably fixes an issue with the new dtype argument (replacing torch_dtype) in pipelines! Bug Fixes & Improvements Fix broken Llama4 accuracy in MoE part (#40609) fix pipeline dtype (#40638) Fix self.dro

addedfixed
4.56.0

New model additions Dino v3 DINOv3 is a family of versatile vision foundation models that outperforms the specialized state of the art across a broad range of settings, without fine-tuning. DINOv3 produces high-quality dense features that a

breakingsecurityadded
4.55.4

Patch v4.55.4 There was a mick mack on our side when cherry-picking the commit #40197 which led to a wrong commit in the patch! Sorry everyone 😭 This patch is just the official fix for #40197!

fixed
4.55.3

Patch release 4.55.3 Focused on stabilizing FlashAttention-2 on Ascend NPU, improving FSDP behavior for generic-task models, fixing MXFP4 integration for GPT-OSS Bug Fixes & Improvements FlashAttention-2 / Ascend NPU – Fix “unavailable” run

fixed
4.55.2

Patch release 4.55.2! only affects FA2 generations! 😢 Well sorry everyone, sometimes shit can happen... 4.55.1 was broken because of 🥁 git merge conflict. I cherry-picked https://github.com/huggingface/transformers/pull/40002 without havi

fixed
4.55.1

Patch release 4.55.1: Mostly focused around stabalizing the Mxfp4 for GPTOSS model! Bug Fixes & Improvements Idefics2, Idefics3, SmolVLM – Fix tensor device issue (#39975) by @qgallouedec Merge conflicts – Fix merge conflicts from previous

addedfixed
4.55.0-GLM-4.5V-preview

GLM-4.5V preview based on 4.55.0 New model added by the Z.ai team to transformers! GLM-4.5V is a new multimodal reasoning model based on GLM-4.5-Air, which has 106B total and 12B active parameters. It's performant across 42 benchmarks acros

added
4.55.0

Welcome GPT OSS, the new open-source model family from OpenAI! For more detailed information about this model, we recommend reading the following blogpost: https://huggingface.co/blog/welcome-openai-gpt-oss GPT OSS is a hugely anticipated o

addedfixedchanged
4.54.1

Patch release 4.54.1 We had quite a lot of bugs that got through! Release was a bit rushed, sorry everyone! 🤗 Mostly cache fixes, as we now have layered cache, and fixed to distributed. Fix Cache.max_cache_len max value for Hybrid models,

addedfixed
4.54.0

Important news! In order to become the source of truth, we recognize that we need to address two common and long-heard critiques about transformers: transformers is bloated transformers is slow Our team has focused on improving both aspects

breakingaddedfixed
4.53.2-Ernie-4.5-preview

Two new models are added to transformers: Ernie 4.5, and its MoE variant, Ernie 4.5 MoE. They are added on top of the v4.53.2 release, and can be installed from the following tag: v4.53.2-Ernie-4.5-preview. In order to install this version,

addedfixed
4.53.3

Small path release 4.53.3! A small patch for open telemetry fixes! Sorry for the delay! ** refactor: remove set_tracer_provider and set_meter_provider calls (https://github.com/huggingface/transformers/pull/39422) from @McPatate

fixed
4.53.2-modernbert-decoder-preview

A new model is added to transformers: ModernBERT Decoder It is added on top of the v4.53.2 release, and can be installed from the following tag: v4.53.2-modernbert-decoder-preview. In order to install this version, please install with the f

addedfixed
4.53.2

This patch contains the following bug fixes: Fix some bug for finetune and batch infer For GLM-4.1V (#39090) [bugfix] fix flash attention 2 unavailable error on Ascend NPU (#39166) Fix errors when use verl to train GLM4.1v model (#39199) [p

addedfixeddeprecated
4.53.1

This patch contains several bug fixes. The following commits are included: Fix: unprotected import of tp plugin (#39083) Fix key mapping for VLMs (#39029) Several fixes for Gemma3n(#39135) [qwen2-vl] fix FA2 inference (#39121) [smolvlm] fix

addedfixed
4.53.0

Release v4.53.0 Gemma3n Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre

breakingsecurityadded
4.52.4-Kyutai-STT-preview

A new model is added to transformers: Kyutai-STT It is added on top of the v4.52.4 release, and can be installed from the following tag: v4.52.4-Kyutai-STT-preview. In order to install this version, please install with the following command

addedfixed
4.52.4-VJEPA-2-preview

A new model is added to transformers: V-JEPA 2 It is added on top of the v4.52.4 release, and can be installed from the following tag: v4.52.4-VJEPA-2-preview. In order to install this version, please install with the following command: pip

addedfixed
4.52.4-ColQwen2-preview

A new model is added to transformers: ColQwen2 It is added on top of the v4.52.4 release, and can be installed from the following tag: v4.52.4-ColQwen2-preview. In order to install this version, please install with the following command: pi

addedfixed