model: Intern vl 2.5#3351
Conversation
|
depends on #3203 |
6cf5f01 to
506dda1
Compare
There was a problem hiding this comment.
Do we need to introduce parameters for max/min numbers passed from the API, similar to what is done in lmdeploy?
dict(type='image_url', image_url=dict(max_dynamic_patch=12, url='https://raw.githubusercontent.com/OpenGVLab/InternVL/main/internvl_chat/examples/image1.jpg')),
There was a problem hiding this comment.
Is that parameter frequently used? If not, and other vl models don't support that parameter, this might be of low-priority
There was a problem hiding this comment.
Perhaps the user wants to control the limit on the size of image slices per request?
There was a problem hiding this comment.
Add support to qwen/llama/.. language_model.
|
Edit
the This modification will work. It appears there are some discrepancies with the inference results from lmdeploy. SGLang is unable to generate Chinese output Result
|
f4de116 to
a7734d7
Compare
|
This LGTM, but too large. I think decouple should be good. |
|
@mickqian Why we close this? Are there any follow up? |


Motivation
Support InternVL2_5, as requested in #3092
Modifications
Checklist