Import error of ImportError of 'Qwen2_5_VLForConditionalGeneration' from transformers library

#17
by akbarmq01 - opened

Hi all,
I tried to install transformer package by pulling it from github and building it. its giving following error:
ImportError: cannot import name 'Qwen2_5_VLForConditionalGeneration' from 'transformers'. Can you please help?

Qwen2_5_VLForConditionalGeneration isn't in the most recent release (4.48.3). Instead, you need to install transformers directly from source until the next release: pip install git+https://github.com/huggingface/transformers.git

Sign up or log in to comment