#100 · Primary category: Inference & Local Deploy

tokenspeed

b200 b300 blackwell deepseek gb200 gb300 glm gpt-oss inkling kimi lightseek llm mi355x mi455x minimax qwen speed-of-light tokenspeed vlm

TokenSpeed is a speed-of-light LLM inference engine.

Project last updated:08/30/26

GitHub Stars

2.0K

Forks

261

Contributors

67

License

MIT

Why we included this project

TokenSpeed is an LLM inference engine built for agentic workloads, where many small sequential requests and long context put real pressure on a serving stack. It claims TensorRT-LLM-level performance with a vLLM-like interface, so teams used to OpenAI-compatible serving can adopt it without rewriting their clients. The engineering stands out: a static compiler derives collective communication from module annotations, removing the need to hand-write parallelism, and a C++ control plane encodes request lifecycle and KV cache ownership as a typed state machine, which makes safe memory reuse under load more predictable. It also includes a fast MLA kernel tuned for Blackwell, which matters for anyone running DeepSeek, Kimi, Qwen, or similar latent-attention models on recent NVIDIA GPUs. For latency-sensitive production, this is worth benchmarking against your own traffic.

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