qwenlm/qwen

The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 2nd, 2026
Created on August 3rd, 2023
Open Issues & Pull Requests: 42 (+0)
GitHub issues: Enabled
Number of forks: 1,888
Total Stargazers: 21,702 (+0)
Total Subscribers: 158 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.1 hours
Mean response time: 15.7 days
90th percentile: 32.0 days
Tracked items: 144

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 10 hours, while "inactive" waits about 5 days. Only 16% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 11
Closed in 7 days: 6
Avg open age: 22 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 11
Closed in 7 days: 5
Comments in 7 days: 2
Events in 7 days: 10

Top labels

  • inactive (210)
  • question (48)
  • help wanted (2)
  • finetune (1)

Detailed Description

Qwen is a large language model and chat system developed by Alibaba Cloud that emphasizes multilingual capabilities with particular strength in Chinese language processing.

The project addresses the need for high-performance language models that handle both English and Chinese effectively. Qwen provides pretrained model weights and chat-optimized variants that developers can download and deploy. The implementation incorporates Flash Attention for efficient inference, reducing computational overhead during token generation. The repository supplies model checkpoints at different scales alongside code for loading, fine-tuning, and running inference on these models.

Developers should consider Qwen if they need a language model with robust Chinese language understanding, whether for applications serving Chinese-speaking users or for multilingual systems where Chinese performance matters. The project suits both research applications requiring pretrained weights and production deployments where inference efficiency is important. Teams building chat applications, content generation systems, or NLP pipelines that must handle Chinese text will find the model's design relevant. The repository provides the infrastructure to integrate Qwen into existing Python-based ML workflows without requiring external API calls.

The project maintains active development with regular updates to model weights and code. The repository receives consistent contributions addressing performance improvements and feature additions. Issues and pull requests show ongoing engagement with the community around model optimization and usability. The codebase demonstrates attention to practical deployment concerns, evidenced by the inclusion of Flash Attention support and clear documentation for model loading and inference patterns.