#9 · Primary category: Inference & Local Deploy
BitNet
Official inference framework for 1-bit LLMs
Project last updated:07/27/26
GitHub Stars
40.2K
Forks
3.7K
Contributors
22
License
MIT
Why we included this project
BitNet is Microsoft's official inference framework for 1-bit LLMs, built around CPU kernels that let models like the 2.4B-parameter BitNet-b1.58 run several times faster than their full-precision counterparts while using far less energy. It ships ready-to-use kernels for x86 and ARM, plus a GPU path, and it has grown beyond chat models to include 1-bit embedding models for retrieval-style workloads. The concrete speedup and power figures are useful for teams on edge devices or laptops, or anyone watching a cloud bill, who want to know whether 1-bit quantization fits their hardware. It is a well-documented way to serve or evaluate these models locally instead of through a hosted API.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.