-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
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
[Bug] LogitsWarper deprecated in transformers? (trying to run Qwen/Qwen2.5-VL-72B-Instruct
)
#3100
Comments
josephrocca
changed the title
[Bug] LogitsWarper deprecated in transformers?
[Bug] LogitsWarper deprecated in transformers? (trying to run Jan 29, 2025
Qwen/Qwen2.5-VL-72B-Instruct
)
It should be ok to remove the class inheritance in
|
Thank you, that does seem to have solved the issue. Though I do get another issue:
|
Sorry, after double check the document, I found that qwen2.5vl has not been supported yet. We will add the support ASAP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There is some hype around Qwen/Qwen2.5-VL-72B-Instruct due to benchmarks, so I wanted to test, but it needs latest transformers. They recommend this command in their readme:
So I tried it using this Docker image:
with this command:
But got this error:
I believe it is related to this:
LogitsWarper
andLogitsProcessor
huggingface/transformers#32626The text was updated successfully, but these errors were encountered: