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

[Feature] Support DeepSeek VL 2 #2653

Open
zhyncs opened this issue Dec 30, 2024 · 2 comments
Open

[Feature] Support DeepSeek VL 2 #2653

zhyncs opened this issue Dec 30, 2024 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed high priority

Comments

@zhyncs
Copy link
Member

zhyncs commented Dec 30, 2024

Motivation

deepseek-vl2 is one of the best vision language models. We would like to support it.

https://huggingface.co/deepseek-ai/deepseek-vl2
https://github.com/deepseek-ai/DeepSeek-VL2

Related resources

You can learn from the existing implementations and usage examples of other vision language models.
https://sgl-project.github.io/references/supported_models.html#how-to-support-a-new-model
https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/models/llava.py
https://github.com/sgl-project/sglang/blob/main/test/srt/test_vision_openai_server.py
https://sgl-project.github.io/references/sampling_params.html#multi-modal

@zhyncs zhyncs added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 30, 2024
@Edenzzzz
Copy link

It's mainly about replacing linear and attn with sgl modules?

@bao231
Copy link

bao231 commented Jan 2, 2025

什么时候能支持DeepSeek VL 2 ?

@merrymercy merrymercy changed the title [Feature] support DeepSeek VL 2 [Feature] Support DeepSeek VL 2 Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed high priority
Projects
None yet
Development

No branches or pull requests

4 participants