-
Notifications
You must be signed in to change notification settings - Fork 498
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
Can we just embedding the image with visual part? #287
Comments
@simonJJJ @ShuaiBai623 Please have a look and consider it, this is really important for our production environment. |
@whyiug I also need this to use VLLM, interestingly, they only support input with image embeds instead of pixel values |
@whyiug amazing work! |
没有。感觉只获取 text embedding 是没有意义的,而且这个耗时非常少。如果非要获取,可以查看这里代码 |
好的,感谢!我是在想能不能用图文的embedding来做图文检索任务,不知道是否有可行性。 |
参照 visual_weights 的写法和 |
怎么样 图文检索可行吗 |
您好 请问图文融合后的embedding 可以获取到吗? 您解决了吗? |
你也是做检索吗?还是推理架构分离? |
As the title says. we need to embed the image with visual part separately.
For now , i use the code bellow.
Trouble is, I still loaded all the parameters.
Can you guys give me some tips to simplify the code?
The text was updated successfully, but these errors were encountered: