177B MoE on a 16GB GPU: SSD streaming hits 9-10 tok/s with custom inference engine

TypicalPudding6190 · reddit · 2026-09-28

The Inferred-Thoughts team built an inference engine that runs MoE models too big for VRAM+RAM by streaming experts from SSD. On a RTX 5060 Ti 16GB + 32GB RAM + Gen5 NVMe, they run Qwen3.8-Flash-Next 177B NVFP4 (119 GiB) at 9-10 tok/s decode — double llama.cpp's 4.9 tok/s on the same machine.

Memory layout: dense weights (4.4 GiB) and hottest experts (8.8 GiB) in VRAM; embeddings and next-tier experts in pinned RAM; 48.5 GiB of routed experts plus a 50.7 GiB n-gram table stay on SSD, read on demand.

Key techniques and numbers:

Limits: RTX 50-series (sm120) only, Windows 11/WSL2 only, greedy decoding. Ships with an OpenAI-compatible server with tool calls and a built-in chat UI. The team expects v2 to reach 14-15 tok/s. Repo and weights are public.

Original post →

More from Infra

Infra channel →