DeepSeek-VL2
by
deepseek-ai

Description: DeepSeek-VL2: Mixture-of-Experts Vision-Language Models for Advanced Multimodal Understanding

View on GitHub ↗

Summary Information

Updated 1 hour ago
Added to GitGenius on February 1st, 2025
Created on December 13th, 2024
Open Issues & Pull Requests: 120 (+0)
Number of forks: 1,810
Total Stargazers: 5,310 (+0)
Total Subscribers: 81 (+0)

Issue Activity (beta)

Open issues: 102
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 385 days
Stale 30+ days: 102
Stale 90+ days: 102

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 16.2 hours
Mean response time: 8.7 days
90th percentile: 27.1 days
Tracked items: 86

Most active contributors

Detailed Description

DeepSeek-VL2 is a repository containing advanced Mixture-of-Experts vision-language models developed by DeepSeek AI for multimodal understanding tasks. The project implements a series of three model variants with different scales: DeepSeek-VL2-Tiny with 1.0B activated parameters, DeepSeek-VL2-Small with 2.8B activated parameters, and DeepSeek-VL2 with 4.5B activated parameters. These models are designed to handle complex vision-language tasks including visual question answering, optical character recognition, document and table understanding, chart analysis, and visual grounding. The repository demonstrates competitive or state-of-the-art performance compared to existing open-source dense and MoE-based models while using similar or fewer activated parameters.

The codebase is written in Python and provides comprehensive infrastructure for inference and deployment of these vision-language models. The repository includes quick start examples demonstrating simple inference with single and multiple images, as well as advanced inference techniques using incremental prefilling to optimize GPU memory usage. The documentation shows that users can run DeepSeek-VL2-Small with approximately 40GB GPU memory using incremental prefilling, though standard inference requires 80GB or more depending on the model variant. The repository also includes a Gradio demo implementation available on Hugging Face Spaces, though the developers note this is a basic implementation without production optimizations.

Model downloads are available through Hugging Face, with all three variants supporting a 4096 token sequence length. The repository was officially released on December 13, 2024, with subsequent updates including Gradio demo examples, incremental prefilling support, and VLMEvalKit integration on December 25, 2024. A Naive Implemented Gradio Demo was added on February 6, 2025. The code is licensed under the MIT License, while the models themselves are subject to DeepSeek's Model License, with both supporting commercial use.

According to GitGenius activity tracking, the repository has shown consistent engagement with a median issue and pull request response latency of 16.2 hours across 86 tracked items, though the mean response time is 208.3 hours indicating some variance in response patterns. The most active contributors tracked by GitGenius are HubHop with 26 events, williamium3000 with 9 events, and katie312 with 8 events. The repository's contributor network overlaps with several major open-source projects including Microsoft's VSCode and TypeScript repositories as well as the Rust language repository, suggesting cross-pollination with significant technology ecosystems.

The repository provides detailed documentation for installation, inference examples, and deployment considerations. Users are directed to use optimized deployment solutions such as vLLM, SGLang, or LMDeploy for production environments to achieve faster response times and better cost efficiency. The project includes a research paper available both as a PDF in the repository and on arXiv, with the arXiv identifier 2412.10302. The developers maintain active communication channels including Discord, WeChat, and Twitter for community engagement and support inquiries.

DeepSeek-VL2
by
deepseek-aideepseek-ai/DeepSeek-VL2

Repository Details

Fetching additional details & charts...