Llama.cpp's auto fit works much better than I expected

Reddit r/LocalLLaMA Tools

Summary

Llama.cpp's new --fit flag enables running models larger than VRAM with surprisingly high token/s, breaking the old VRAM-only limitation.

I always thought with 32GB of VRAM, the biggest models I could run were around 20GB, like Qwen3.5 27B Q4 or Q6. I had an impression that everything had to fit in VRAM or I'd get 2 t/s. Man was I wrong. I just tested Qwen3.6 Q8 with 256k context on llama.cpp, with \`--fit\` on, the weights alone are bigger than my VRAM, and my 5090 is hooked up via Oculink, but I’m still getting 57 t/s! This is literally magic. If you’ve been stuck in the same boat as me thinking it’s all VRAM or nothing, you should try this now!
Original Article

Similar Articles

First time running local models

Reddit r/LocalLLaMA

A user shares their experience running the ik_llama model locally, praising its speed despite having only 12GB of VRAM.