Can't load the model in 32G VRAM (vLLM)

#8
by Duonglv - opened

Hello,
I have tried to load the model with 2 RTX 5060 Ti in the vLLM. I have 32G system Ram.
I saw that it loaded ~11G vRam each, full 32G system Ram then the PC hanged.
I tried to increase the swap size to 32G. It loaded for a while then the system killed it.
Did I miss something? what is the correct way to load this model?

My system loads well with this model: nvidia/Qwen3.6-35B-A3B-NVFP4

It seems the bottleneck is in the loading phase, not the inference phase.
We need a big amout of system Ram to load the model before compressing it to GPU Ram.
So, these nvfp4 models are more suitable for DGX Spark pc.

I was able to load the model with the full 262K context length on a single RTX 5090 32G VRAM without any issues (Fast or Non-Fast). I’ve posted my configuration and test results here:

https://huggingface.co/unsloth/Qwen3.6-35B-A3B-NVFP4/discussions/8

The reason in my case was pretty simple. I needed to run it inside Docker, not directly like vllm serve ...
Thanks, @tutugreen ! Your comment made me try a different approach, and that solved the problem.

Duonglv changed discussion status to closed

Sign up or log in to comment