tile-ai/TileRT
Tile-Based Runtime for Ultra-Low-Latency LLM Inference observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 97
- Release rhythm 84
- Longevity 21
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: 33
- age_days: 295
- days_rel: 27
- days_push: 20
- n_releases_24m: 6
Adoption not part of the score
1738 stars · 121 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TileRT is a tile-based runtime for ultra-low-latency LLM inference, achieving hundreds to over 1000 tokens/s decode speeds on frontier models like DeepSeek-V3.2 and GLM-5 using model-system co-design on multi-GPU nodes. It integrates with vLLM via prefill-decode disaggregation behind an OpenAI-compatible endpoint.
Use cases
- run frontier LLMs with millisecond single-stream decode latency
- serve GLM-5 or DeepSeek-V3.2 at 500-1000+ tokens/s
- combine vLLM prefill with TileRT decode via PD disaggregation
- use multi-token prediction to boost decoding throughput
- sustain high tokens/s at very long context lengths up to 200K
When to choose
- you need maximum single-stream decode speed for large MoE models on NVIDIA GPUs
- you want an OpenAI-compatible endpoint with vLLM prefill and TileRT decode
- you are building latency-sensitive agentic or real-time applications
When to avoid
- you need broad model coverage beyond the supported GLM/DeepSeek/MiMo models
- you need a general-purpose serving stack with heavy multi-user batching
- you run on non-NVIDIA hardware or small consumer GPUs
Facets
library · maturity active
llm-inference gpu-computing machine-learning large-language-models deep-learning gpu-computing performance python inference-runtime low-latency decode-optimization multi-token-prediction pd-disaggregation vllm-integration linux gpu docker
3 sources
- readme: https://github.com/tile-ai/TileRT · fetched 2026-08-28 · d657b2a9f0fd
- homepage: https://www.tilert.ai · fetched 2026-08-29 · 604707136d24
- registry_pypi: https://pypi.org/pypi/tilert/json · fetched 2026-08-29 · 6ea12521253c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tile-ai/TileRT | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem