No module named 'transformers.models.qwen2_5_vl.image_processing_qwen2_5_vl'

#26
by risonlovesakura - opened

I'm following the cookbooks: Computer-Use Agent(https://github.com/QwenLM/Qwen2.5-VL/blob/main/cookbooks/computer_use.ipynb) , but meet a problem :
Traceback (most recent call last):
File "E:\qwen2.5vL\main.py", line 12, in
from transformers.models.qwen2_5_vl.image_processing_qwen2_5_vl import smart_resize
ModuleNotFoundError: No module named 'transformers.models.qwen2_5_vl.image_processing_qwen2_5_vl'

The interpreter I use is python 3.12, and working on Windows10.

Sign up or log in to comment