You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your work is truly impressive! I encountered a python version compatibility issue while deploying Qwen 2.5 VL. The provided Docker image defaults to Python 3.8.10, but when installing git+https://github.com/huggingface/transformers, I received the following error:
Package 'transformers-4.49.0.dev0' requires a different Python: 3.8.10 not in '>=3.9.0'.
Could you share the python and transformers versions you are using? Also, would it be possible to update the python version in the Docker image?
Thanks!
The text was updated successfully, but these errors were encountered:
Me too!
ImportError: cannot import name 'Qwen2_5_VLForConditionalGeneration' from 'transformers' (/opt/conda/lib/python3.8/site-packages/transformers/init.py)😭
Hi everyone,
Your work is truly impressive! I encountered a python version compatibility issue while deploying Qwen 2.5 VL. The provided Docker image defaults to Python 3.8.10, but when installing git+https://github.com/huggingface/transformers, I received the following error:
Package 'transformers-4.49.0.dev0' requires a different Python: 3.8.10 not in '>=3.9.0'.
Could you share the python and transformers versions you are using? Also, would it be possible to update the python version in the Docker image?
Thanks!
The text was updated successfully, but these errors were encountered: