#54 · Primary category: Deep Learning Frameworks
mergekit
Tools for merging pretrained large language models.
Project last updated:06/17/26
GitHub Stars
7.3K
Forks
788
Contributors
45
License
LGPL-3.0
Why we included this project
mergekit blends two or more pretrained language models into a single checkpoint by working directly in the weight space, so you get the strengths of each model without retraining or running an ensemble. You can mix a chat-finetuned model with a strong base, or fold a task-specific fine-tune into a generalist, and the combined model keeps both sets of skills. The toolkit runs merges out-of-core, meaning even elaborate combinations can be computed on plain CPU or a GPU with as little as 8 GB of VRAM. That makes it practical for individuals and small teams working with modest hardware, and it goes a long way toward explaining why hobbyist model-builders keep reaching for it.
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.