We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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:
It's mainly about replacing linear and attn with sgl modules?
Sorry, something went wrong.
什么时候能支持DeepSeek VL 2 ?
No branches or pull requests
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: