Tokenspeed as alternative to vLLM?

Hi, did anyone tried Tokenspeed? It’s more focused on agentic workflows but it’s very new.
I’ll try it soon on Jetson Thor, but I’m knee deep on other works right now. I’ve seen a post on linkedin of someone using it on GB10.

They provide a Docker image which apparently is not reproducible based on the GitHub repo. The repo’s Dockerfile is based on their image.

Then you customize and apparently finish the build inside that image, before starting a server.

I can’t figure out if they have an ARM64 version or not, but if not, we’d be out of luck. And even if they did, I really dislike this method (it’s not open if we cannot reproduce the Docker image).

Since vLLM and SGLang are not interest on consumer Blackwell (their customers and sponsors are Datacenter-focused companies).
I would love to try TokenSpeed, although I guess they are also not interested in edge inference. The architecture is clean and modern, so it would be easier to maintain a fork.

Spent two weeks adding SM12x support to TokenSpeed.
It’s really easy to hack and maintain.

How does tokenspeed compare with vllm?

Because it’s too young, there are many things to do.
The performance is behind vLLM for now.

Compare my own vLLM fork

depth ctx_pp t/s (TS / vLLM) pp2048 (TS / vLLM) tg128 peak (TS / vLLM)
8192 2057 / 1866 1404 / 1406 30.3 / 41.5
16384 2062 / 1825 1329 / 1354 28.7 / 41.3
32768 1979 / 1737 1149 / 1224 33.3 / 45.3

On the other hand, the arch is so clean that I believe catching up with vLLM isn’t difficult.

And Toolcall-15 100% pass, GSM8k 0.97, and MTP acceptance rate all higher than vLLM

What’s the comparison to Atlas?

Any reason we should switch working that?

What is Atlas?

It’s an alternative, just like SGLang.

Yeah than it’s similar to it, you can find it here in the forum, AI Framework build in Rust