-
Notifications
You must be signed in to change notification settings - Fork 444
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] slice_image
attribute error with MiniCPM-Llama3-V-2_5
#2129
Comments
slice_image
attribute error with MiniCPM-Llama3-V-2_5
shoud be fixed in #2139 |
Still getting this:
|
Also still getting the exact same error. |
Have you applied the updated code in #2139 to lmdeploy's installation path "/opt/conda/lib/python3.10/site-packages/lmdeploy" |
How do I do that? I am not sure how to chek out from that code |
You may upgrade lmdeploy to v0.5.3 |
root@c4b9a9075c7c:/RAG# pip freeze | grep lmdeploy |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
I responded I have version 0.5.3 |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
@zhulinJulia24 could you help reproduce this issue? |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
This issue is closed because it has been stale for 5 days. Please open a new issue if you have similar issues or you have any new updates now. |
Checklist
Describe the bug
When attempting to run simple pipeline inference with the
openbmb/MiniCPM-Llama3-V-2_5
model, the inference fails with an attribute error:AttributeError: 'MiniCPMV' object has no attribute 'slice_image'
Reproduction
pip install lmdeploy
Script:
Environment
Error traceback
The text was updated successfully, but these errors were encountered: