ImportError: cannot import name 'Qwen2VLForConditionalGeneration' from 'transformers'
#2
by
froilo
- opened
installed bothpip install git+https://github.com/huggingface/transformers
pip install qwen-vl-utils
still get from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor ImportError: cannot import name 'Qwen2VLForConditionalGeneration' from 'transformers' (f:\.conda\env\c215\Lib\site-packages\transformers\__init__.py)
This comment has been hidden