kyegomez/BitNet
Implementation of "BitNet: Scaling 1-bit Transformers for Large Language Models" in pytorch observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 99
- Release rhythm 35
- Longevity 75
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1050
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1945 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch implementation of the BitNet architecture from the paper 'BitNet: Scaling 1-bit Transformers for Large Language Models', providing BitLinear layers that replace standard nn.Linear with 1-bit quantized projections. It also includes a full BitNet Transformer and work toward the newer 1.58-bit LLM paper.
Use cases
- implement 1-bit quantized transformer layers in pytorch
- train large language models with bitlinear layers
- reduce LLM memory footprint with 1-bit weights
- experiment with the BitNet paper architecture
- swap nn.Linear for quantized BitLinear modules
- build a transformer with bit attention and grouped query attention
When to choose
- you want to reproduce or experiment with BitNet / 1-bit LLM research in PyTorch
- you are training a model from scratch and want 1-bit quantized linear layers
- you need a ready-made BitLinear layer or BitNet transformer implementation
When to avoid
- you want to quantize an already-trained model - BitLinear requires training or finetuning from scratch
- you need a production-ready, bug-free 1.58-bit implementation - parts are still in progress with known dequantization bugs
- you need inference-optimized 1-bit LLM runtimes rather than a research codebase
Facets
library · maturity active
machine-learning deep-learning llm-training transformers deep-learning large-language-models machine-learning python quantization 1-bit-llm pytorch bitlinear transformer-architecture research-implementation
3 sources
- readme: https://github.com/kyegomez/BitNet · fetched 2026-08-28 · a319efe3b71d
- homepage: https://discord.gg/qUtxnK2NMf · fetched 2026-08-29 · 3c791664bd51
- registry_pypi: https://pypi.org/pypi/bitnet/json · fetched 2026-08-29 · 6bef50479c38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kyegomez/BitNet | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem