-
Notifications
You must be signed in to change notification settings - Fork 710
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
Comments
It's mainly about replacing linear and attn with sgl modules? |
什么时候能支持DeepSeek VL 2 ? |
@zhyncs Would you recommend keeping the prefill logic? |
hi, I am interested in contributing to support deepseek vl 2. Can I do for it? |
Sounds good. I plan to look into optimizing cache offload more and then this. @ccw1996 We can perhaps work on a branch together |
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
The text was updated successfully, but these errors were encountered: