Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
91–100 of 108 posts
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#92Who cares about token speed? What is the quality of the results like? I don't know why people are so fixated on token speed, since no one cares how quickly it can spew garbage. Most reasonable people are happier waiting a bit more for accurate results.
It matters on consumer hardware since barely any model runs at reasonable speed.
This is our main use case.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#93This looks very interesting. Possible to get those rates without exotic hardware. But I have to say that the comparison is not really fair. Comparison is done with a 2 B model vs frontier models that are likely 100s of times larger. Also taalas with their 15000 tok/s inference are suspiciously missing from the comparison. We need to see the comparison with this framework and useful models, which at present seems to m…
They got 1K tok/s with Deepseek v4 Pro. That's kinda cool..
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#94Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#95Earlier quoted context omitted.
Shame you stopped short of actually benchmarking that scale though, eh?
will do - we are a small team and it takes time to implement and optimize a new model, whatever the size.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#96Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#97Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#98Earlier quoted context omitted.
will do - we are a small team and it takes time to implement and optimize a new model, whatever the size.
You don't even need to train the model just to see if you can infer it at the claimed speed
There is a time-consuming part, though, that is performed manually by our (human) team: implement the logic of the model in C++ and assembly code in a super-optimized way, co-designed for each specific hardware card.
This can take months.
We hope to accelerate the process with AI agents, but we're not there yet.
Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#99Re: Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
#100I still find it mind boggling. That's a lot of compute power and still considered "low end" for the purpose it serves.