FasterDecoding/Medusa
Medusa: Simple Framework for Accelerating LLM Generation with Multiple Decoding Heads observed · 2026-08-28
Health v2 · maintenance only
18/100
- Activity 0
- Release rhythm 8
- Longevity 77
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1088
- days_rel: n/a
- days_push: 799
- n_releases_24m: 0
Adoption not part of the score
2770 stars · 205 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Medusa is a framework that accelerates LLM text generation by adding multiple decoding heads to an existing model, avoiding the need for a separate draft model. It achieves roughly 2-3.6x speedups using tree-based attention and a typical acceptance scheme during decoding.
Use cases
- speed up llm text generation
- accelerate inference without a draft model
- make local llm hosting faster
- reduce llm generation latency
- add speculative decoding heads to a fine-tuned model
- faster sampling-based generation
When to choose
- you want faster LLM generation without deploying a separate draft model
- you serve single-batch (batch size 1) inference for local model hosting
- you want parameter-efficient training that leaves the base model untouched
- you need faster non-greedy (sampling) generation
When to avoid
- you need high-throughput batched serving rather than batch size 1
- you cannot fine-tune or attach new heads to your model
- you need a turnkey inference server rather than a research framework
- your inference stack has no Medusa integration
Facets
library · maturity active
llm-inference machine-learning gpu-computing large-language-models machine-learning deep-learning python speculative-decoding decoding-heads llm-acceleration tree-attention inference-optimization gpu linux
2 sources
- readme: https://github.com/FasterDecoding/Medusa · fetched 2026-08-28 · 7bca66513aee
- homepage: https://sites.google.com/view/medusa-llm · fetched 2026-08-29 · b568a0587988
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FasterDecoding/Medusa | main | 18 |
For agents
markdown · JSON · MCP: product_card(name="FasterDecoding/Medusa")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem