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

[New Model]: DeepSeek-VL2 #11236

Closed
1 task done
mgoin opened this issue Dec 16, 2024 · 0 comments · Fixed by #11578
Closed
1 task done

[New Model]: DeepSeek-VL2 #11236

mgoin opened this issue Dec 16, 2024 · 0 comments · Fixed by #11578
Labels
new model Requests to new models

Comments

@mgoin
Copy link
Member

mgoin commented Dec 16, 2024

The model to consider.

https://huggingface.co/deepseek-ai/deepseek-vl2
https://huggingface.co/deepseek-ai/deepseek-vl2-small
https://huggingface.co/deepseek-ai/deepseek-vl2-tiny

The closest model vllm already supports.

DeepSeekV2 is the base language model, so that should already be supported. From what I can tell the new vision support is simply siglip with an mlp projector. https://huggingface.co/deepseek-ai/deepseek-vl2/blob/e6adb2bce35b94ecc84fbb46d130ce60a7bb4d43/config.json#L129-L144

What's your difficulty of supporting the model you want?

I think should be similar to supporting any other Llava-style model, we should have all the pieces implemented and just need a new model definition. However support has not landed in transformers yet.

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new model Requests to new models
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant