modelscope/ms-swift

Use PEFT or Full-parameter to CPT/SFT/DPO/GRPO 600+ LLMs (Qwen3.6, DeepSeek-V4, GLM-5.1, InternLM3, Llama4, ...) and 300+ MLLMs (Qwen3-VL, Qwen3-Omni,...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 3rd, 2026
Created on August 1st, 2023
Open Issues & Pull Requests: 564 (+0)
GitHub issues: Enabled
Number of forks: 1,663
Total Stargazers: 15,537 (+0)
Total Subscribers: 56 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.6 hours
Mean response time: 23.2 days
90th percentile: 35.2 days
Tracked items: 4,103

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "needs more info" is answered fastest, typically in about an hour, while "more models" waits about 5 days. 70% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 483
New in 7 days: 12
Closed in 7 days: 65
Avg open age: 221 days
Stale 30+ days: 444
Stale 90+ days: 341

Recent activity

Opened in 7 days: 9
Closed in 7 days: 65
Comments in 7 days: 24
Events in 7 days: 56

Top labels

  • stale (756)
  • bug (679)
  • enhancement (343)
  • question (285)
  • more models (62)
  • npu (47)
  • good first issue (25)
  • solved (18)

Detailed Description

ms-swift is a fine-tuning and deployment framework for large language models and multimodal models that supports parameter-efficient and full-parameter training across hundreds of model architectures.

The tool addresses the challenge of adapting pre-trained models to specific tasks and domains. It provides a unified interface for training, inference, evaluation, quantization, and deployment workflows. The framework integrates multiple training methodologies including supervised fine-tuning, direct preference optimization, reinforcement learning approaches like GRPO and its variants, and specialized tasks such as embedding and reranking. It incorporates distributed training techniques including tensor parallelism, pipeline parallelism, and context parallelism to accelerate training on large models. For inference acceleration, it integrates vLLM, SGLang, and LMDeploy, and supports quantization through GPTQ, AWQ, BNB, and FP8 methods.

Teams should adopt this tool if they need to fine-tune or deploy models from the supported ecosystem of text-based and multimodal architectures. It suits projects requiring flexibility across multiple training paradigms, from standard supervised fine-tuning to advanced reinforcement learning approaches. The framework is particularly valuable for teams working with recent model releases, as it maintains support for newly released architectures across both language and vision-language domains.

The maintainers respond to issues and pull requests within a day. Work in the issue tracker centers on bug fixes, feature enhancements, and resolved items, indicating active maintenance focused on stability and incremental capability expansion.