
[](https://docs.sglang.ai/SpecForge/)
[](https://huggingface.co/collections/lmsys/specbundle)
[](https://deepwiki.com/sgl-project/SpecForge)
[](https://lmsys.org/blog/2025-07-25-spec-forge/)
[](https://sgl-fru7574.slack.com/archives/C09784E3EN6)
[](./LICENSE)
## ๐ Overview
SpecForge is an ecosystem project developed by the SGLang team. It is a framework for training speculative decoding models so that you can smoothly port them over to the SGLang serving framework to speed up your inference.
We have seen many open-source projects for speculative decoding, but most of them are not well-maintained or not directly compatible with SGLang. We prepared this project because we wish that the open-source community can enjoy a speculative decoding framework that is
- regularly maintained by the SpecForge team: the code is runnable out-of-the-box
- directly compatible with SGLang: there is no additional efforts for porting to SGLang
- provide performant training capabilities: we provided online/offline/tensor-parallel/FSDP to suit your needs
Check out [**our documentation**](https://docs.sglang.ai/SpecForge/) to get started.
## ๐ Accelerate with SpecBundle
SpecBundle is a collection of production-grade speculative decoding models that are released by the SpecForge team and our industry partners. They provide higher acceptance rate compared to the existing open-source checkpoints over a wide range of domains. Together with SGLang, you can experience up to 4x speedup for inference. Check out our resources below:
| Item | Link |
| --- | --- |
| ๐ Documentation | [Link](https://docs.sglang.io/SpecForge/community_resources/specbundle.html) |
| ๐ Performance Dashboard | [Link](https://docs.sglang.io/SpecForge/SpecBundle/index.html) |
| ๐ค Hugging Face Collection | [Link](https://huggingface.co/collections/lmsys/specbundle) |
## ๐ News
- [2025-12] ๐ Released SpecBundle (phase 1) and SpecForge v0.2. Check out our blog at [LMSYS.org](https://lmsys.org/blog/2025-12-23-spec-bundle-phase-1/)
- [2025-12] ๐ Released the roadmap for 2026 Q1.
- [2025-08] ๐ SpecForge is listed as a [flagship project](https://lmsys.org/about/) in LMSYS. Congratulations to the SpecForge team!
- [2025-08] ๐ฅ SpecForge powered the Eagle3 draft model for GPT-OSS. Check out the blog at [LMSYS.org](https://lmsys.org/blog/2025-08-27-gpt-oss/)
- [2025-07] ๐ฅ SpecForge is released together with Llama4-Eagle3 checkpoints. Check out our blog at [LMSYS.org](https://lmsys.org/blog/2025-07-25-spec-forge/)
## โจ Acknowledgements