### System Info transformers=4.57.0 python 3.13 ### Who can help? _No response_ ### Information - [x] The official example scripts - [x] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] My own task or dataset (give details below) ### Reproduction from transformers import pipeline pipe = pipeline("image-to-text", model="intexcp/donut") ### Expected behavior Bug fixes