(NInfer Fork) I wanted to have a 1M context Qwen-3.8 27B, tp2, dual 5090s
Summary
A developer forked NInfer, a C++20/CUDA inference engine, to add tensor-parallelism and YaRN rope scaling, enabling Qwen3.8-27B to run with a 1M token context on dual 5090 GPUs and outperforming vLLM in specific decode scenarios.
Similar Articles
NInfer day0 support for Qwen3.8 27b: ~200 tok/s generation, with tons of engine improvments
NInfer adds day-0 support for the Qwen3.8-27B model, achieving around 200 tokens per second on a single RTX 5090 with speculative decoding, and includes engine improvements like concurrent requests and kernel optimizations.
NInfer RTX 4090 for Qwen 3.8 27B update - up to 250-350K tokens context in VRAM
The author has updated their NInfer fork with rk2v4-e8 quantization for the KV cache, enabling up to 250-350K tokens context on a single RTX 4090 without system RAM spill and with optimizations for faster generation speeds.
Nifer is insane. 700t/s with Qwen 3.6 35B (no thinking). Purpose build for RTX5090. Full 250k context too.
Nifer is a tool that achieves 700 tokens per second inference on Qwen 3.6 35B without thinking, specifically optimized for the RTX 5090, with support for full 250k context.
Ninfer and a 5090 with 3.8 27B is making me cry tears of joy it's so good.
A user reports achieving high token throughput with the Ninfer tool on an NVIDIA RTX 5090 GPU using a Qwen 3.8B model, significantly outperforming llama.cpp.
I forked Ninfer 3090 and converted it to run on the CMP170HX - doubled my Qwen3.6-35B from llama.cpp
A user forked the Ninfer inference engine to run on CMP170HX GPUs, doubling performance for the Qwen3.6-35B model with llama.cpp and sharing the configuration details.