Migrating to Transformers v4.53.2-Ernie-4.5-preview
Complete guide for upgrading to Transformers v4.53.2-Ernie-4.5-preview.
Released: 7/23/2025
0
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
AutoModelForCausalLMAutoTokenizerErnie45ForCausalLMMigration Steps
- 1Install the preview version using: pip install git+https://github.com/huggingface/transformers@v4.53.2-Ernie-4.5-preview
Release Summary
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).
Need More Details?
View the full release notes and all changes for Transformers v4.53.2-Ernie-4.5-preview.
View Full Changelog