# GeeeekExplorer/nano-vllm

Nano vLLM

Repository: https://github.com/GeeeekExplorer/nano-vllm
Canonical: https://ross.abutalabs.com/products/nano-vllm
Language: Python
License: MIT
License Family: permissive
Topics: inference, llm, pytorch, transformer, deep-learning, nlp
Last push: 2026-04-26T05:10:12+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 79, release rhythm 35, longevity 32
- inputs: {"age_days": 450, "days_push": 129, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 15164, forks 2516 (observed 2026-08-28T04:11:09.299526+00:00)

## What it is
A lightweight vLLM-style LLM inference engine implemented from scratch in about 1,200 lines of Python. It offers fast offline inference with optimizations like prefix caching, tensor parallelism, torch compilation, and CUDA graphs.

## Use cases
- run LLM inference locally with a minimal codebase
- learn how vLLM-style inference engines work internally
- serve offline batch generation for small transformer models
- benchmark inference throughput against vLLM
- experiment with prefix caching and CUDA graph optimizations
- run Qwen models on consumer GPUs

## When to choose
- you want readable, hackable inference code instead of a large framework
- you need vLLM-comparable throughput with a tiny dependency footprint
- you're studying or teaching LLM inference internals
- you run small models on limited GPU memory

## When to avoid
- you need production features like a serving API, continuous batching UI, or broad model support
- you require multi-node distributed inference
- you need extensive quantization or hardware backend support
- you want long-term enterprise support and a large community

## Facets
- artifact type: library
- maturity: active
- function: llm-inference, machine-learning, deep-learning, gpu-computing
- domain: large-language-models, deep-learning, machine-learning
- platform: python, cross-platform
- tags: vllm, inference-engine, lightweight, prefix-caching, tensor-parallelism, cuda-graph, transformer, qwen, natural-language-processing, gpu, linux

## Member repositories
- GeeeekExplorer/nano-vllm (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:09.299526+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:06:35.357572+00:00, confidence not recorded.
  - readme: https://github.com/GeeeekExplorer/nano-vllm (fetched 2026-08-28T04:11:09.299526+00:00, sha b6c5181482d4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
