We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
qwen2-vl, A770 GPU, got an unexpected keyword argument 'position_embeddings' error
The text was updated successfully, but these errors were encountered:
prompt: describe the image sample image (from internet):
Sorry, something went wrong.
it seems your transformers version is too high, try using transformers 4.45
pip install transformers==4.45 trl==0.11
refer to our example if you meet any other errors: https://github.com/intel/ipex-llm/tree/main/python/llm/example/GPU/HuggingFace/Multimodal/qwen2-vl
No branches or pull requests
qwen2-vl, A770 GPU, got an unexpected keyword argument 'position_embeddings' error
The text was updated successfully, but these errors were encountered: