How much VRAM does Llama 4 Scout (17B active / 109B total) need at Q4_K_M? Native 10M Context
Llama 4 Scout in resident mode at native 10M context requires massive datacenter setups (e.g., 28x H100 80GB cards). Active-only drops VRAM requirements slightly to ~2180 GB, which still demands an extreme server configuration.
Llama 4 Scout at Q4_K_M with its native 10M context needs about 2231 GB of VRAM with all 109B params resident - that's the number you size hardware against. Scout has 17B active parameters per token out of a 109B pool, 48 layers, 8 KV heads, and Meta's iRoPE interleaved rotary scheme that natively supports a 10M-token context window. As a single-node escape hatch, llama.cpp-style active-only loading drops the resident footprint to roughly 2180 GB at the cost of streaming cold experts through system RAM each token.
By TechCompare
