-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformers for qwen-2_5_vl has updated #6941
Comments
Hello, I have also encountered this problem. Have you solved it |
Hi, I refer to the transformers: "Add ImageProcessorFast to Qwen2.5-VL processor (#36164)"[https://github.com/huggingface/transformers/commit/33d1d715b0260efc1c2df1c16d864186b5bb9437], and rollback the version to solve this problem. |
sorry, @Dididiad . I found that the transformers==4.49.0.dev0 now have solved this confict. and it seems ok now. |
It does not work now!😭 |
Reminder
System Info
llamafactory/data/mm_plugin.py", line 1094, in process_messages
image_processor: "BaseImageProcessor" = getattr(processor, "image_processor")
AttributeError: 'NoneType' object has no attribute 'image_processor'
Reproduction
Others
No response
The text was updated successfully, but these errors were encountered: