-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Open
Labels
Description
System Info
Python 3.14
Who can help?
No response
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction
transformers v5.3.0 has failed to load AutoModelForImageTextToText in Python 3.14, but it worked on Python 3.12.
It saids I need tensorflow even I only use torch.
ValueError: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tf
Expected behavior
It seems old code is used for Python 3.14 wheel
Reactions are currently unavailable