#120 · Primary category: Deep Learning Frameworks
Tutel
Tutel MoE: Optimized Mixture-of-Experts Library, Support GptOss/DeepSeek/Kimi-K2/Qwen3 using FP8/NVFP4/MXFP4
Project last updated:08/26/26
GitHub Stars
1.0K
Forks
112
Contributors
20
License
MIT
Why we included this project
Tutel is a PyTorch library that handles the low-level machinery of Mixture-of-Experts models, the kind of plumbing most frameworks expect you to build yourself. Its optimized MoE layers switch parallelism, sparsity, and capacity settings on the fly without the usual penalty, so runtime changes in expert routing don't slow you down. It also ships direct FP8, NVFP4, and MXFP4 inference paths for popular MoE checkpoints like DeepSeek, Kimi, Qwen3, and GLM, and runs on A100/H100 or AMD MI300 hardware. This is a component library rather than a full serving stack, so expect to integrate it into your own training or inference pipeline. Teams already working with MoE architectures who want tighter control over expert allocation and low-precision execution will find it worth a look.
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.