Inferno - a 16GB 5060Ti focused fork of the Blackwell-inference engine NInfern
The 5090Ti owners are living a life of luxury with an inference engine (NInfern) that maximizes CUDA 120a performance when running Qwen models. Purely for my own curiosity's sake I've worked with an LLM to make a fork of this project but with my 5060Ti (16GB) as target instead. The upstream author is not interested in taking on us VRAM-poor thus the name change.
My main interest lies in trying to get Qwen 3.8 27B even the slightest bit faster than possible with llama.cpp, but I have no idea if I will succeed.
Where I'm currently at is that the ffn layer offloading (the main trick from Stainless-Bacon that makes 27B possible to run at Q4 quant at all) has been implemented, as well as attention rotation for the KV cache quants and FP6 as the first of the new <8 bit KV cache quant implementations to come. Looking at adding KVarN now.
With Qwen 3.8 27B, MTP and 96000 context size at FP6 KV cache I'm currently seeing around 500 tps PP and 8-10 tps TG. This is slightly below the numbers I have in llama.cpp, although there I'm also using ngram-mod and a 5.0/4.1 KV cache quant so it's not apples to apples.
Posting about it here in case anyone else is as curious as I.
https://git.sync.wtf/troed/infernoOpen linkView original on fedia.io![[Early release] Bazinga - web service and CLI to simplify pairing, waking and Steam user account switching for Remote Play](https://lemmy.world/pictrs/image/ef2441b2-5233-4162-8728-94d92da5b27b.png)


