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

Add support for DeepseekAI's DeepseekVL #36248

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

geetu040
Copy link
Contributor

What does this PR do?

Fixes #36110

This PR adds DeepseekAI's DeepseekVL model to Hugging Face Transformers.

DeepseekVL is an open-source Vision-Language (VL) Model designed for real-world vision and language understanding applications. DeepSeek-VL possesses general multimodal understanding capabilities, capable of processing logical diagrams, web pages, formula recognition, scientific literature, natural images, and embodied intelligence in complex scenarios.

Relevant Links

CC: @Benjamin-eecs, @RERV (github contributors of deepseek-ai/DeepSeek-VL)

Before submitting

Who can review?

@ArthurZucker, @Rocketknight1, @Cyrilvallez

TODOs

  • Documentation
  • Tests
  • Import Statements and Auto Modeling
  • Modeling
    • VisionModel
    • TextModel
    • AlignerModel
    • Support .generate() method
  • Weight Conversion Script
  • Tokenizer/Processor
  • Fix CI/CD tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Deepseek-VL
2 participants