#67 · Primary category: Deep Learning Frameworks
xtuner
A Next-Generation Training Engine Built for Ultra-Large MoE Models
Project last updated:08/28/26
GitHub Stars
5.2K
Forks
447
Contributors
62
License
Apache-2.0
Why we included this project
Training a large model is usually more about wrestling with the training engine than the model itself, and XTuner exists to ease that pain. It's a PyTorch-native toolkit from the InternLM team covering pre-training, LoRA and QLoRA fine-tuning, and reinforcement learning for text and multimodal models. The V1 engine is built for the Mixture-of-Experts models now common in research and production, training 200B-parameter MoEs on 64k sequences without expert or sequence parallelism. It scales down just as well, fine-tuning a 7B model on a single 8GB GPU. Teams that fine-tune Qwen, DeepSeek, or similar open models get a practical, actively maintained alternative to Megatron and DeepSpeed.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.