Questions on vLLM MoE Memory Offloading

MelodicRecognition7 · reddit · 2026-07-17

The author attempted to run a roughly 156GB MoE model on a machine with 96GB VRAM + 256GB RAM. Despite trying vllm's --cpu-offload-gb 256 and reducing --max-model-len to 32768, they still encountered torch.OutOfMemoryError: CUDA out of memory.

They pose two questions:

The core issue boils down to: Where exactly are the practical boundaries between CPU offload, VRAM, and context length when running large MoE models locally?

Original post →

More from Infra

Infra channel →