Qwen 3.8 Flash Next VRAM requirements

#60
by yash-711 - opened

Read the GGUF tensor offsets to see where the weights actually sit. For UD-Q2_K_XL, of the 78.9 GB: 3.97 GB is the dense path hit on every token, 46.1 GB is routed experts that can stream from RAM, 28.8 GB is the n-gram table which is fine on SSD.

Weights only, so add KV cache and activations on top. The dense path barely moves with quant, 3.97 at Q2 up to 5.51 at Q4, while RAM goes 46 to 77 GB.

Full table across machines and quants: https://huggingface.co/spaces/yash-711/what-fits-84gb

Sign up or log in to comment