Skip to content
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

[Help Wanted] Supporting the chat_inner API for existing VLMs. #323

Open
kennymckormick opened this issue Jul 27, 2024 · 2 comments
Open
Labels
Feature Request Extra attention is needed

Comments

@kennymckormick
Copy link
Member

Since we have now supported the multi-turn benchmark MMDU, we would like to implement the chat_inner function for existing VLMs in VLMEvalKit add support for multi-turn chatting.
Currently, we have already supported the method for: GPT series, Claude series, QwenVL APIs, qwen_chat, MiniCPM-v2.5, Idefics2_8b, llava-v1.5, deepseek-vl series. We need help from the community to support it for more models.

If you would like to help, you can refer to the development doc: https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/Development.md.

Implementing three chat_inner api can be viewed as a major contribution. However, only implement this function if you are sure the VLM has the capability to handle the multi-turn input.

@kennymckormick kennymckormick added the Feature Request Extra attention is needed label Jul 27, 2024
@kennymckormick kennymckormick pinned this issue Jul 27, 2024
@kennymckormick kennymckormick changed the title [Call For Help] Supporting the chat_inner API for existing VLMs. [Help Wanted] Supporting the chat_inner API for existing VLMs. Jul 27, 2024
@amitbcp
Copy link
Contributor

amitbcp commented Jul 28, 2024

@kennymckormick : I will pickup phi-3 and VILA models and create a PR

@kennymckormick
Copy link
Member Author

@kennymckormick : I will pickup phi-3 and VILA models and create a PR

many thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants