Change8

Migrating to Transformers v4.49.0-Mistral-3

Complete guide for upgrading to Transformers v4.49.0-Mistral-3.

Released: 3/18/2025

0
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

AutoModelForImageTextToTextAutoProcessorpipelineMistral3

Migration Steps

  1. 1
    Install the specific version from the git tag: pip install git+https://github.com/huggingface/transformers@v4.49.0-Mistral-3

Release Summary

This release introduces Mistral 3 (Mistral Small 3.1) to the Transformers library, a 24B parameter model featuring 128k context length and advanced vision-language capabilities.

Need More Details?

View the full release notes and all changes for Transformers v4.49.0-Mistral-3.

View Full Changelog