Model load in gpu & ram but only CPU compute is used

#27
by klaasb123 - opened

I'm running the Q3_K_XL model with ollama with a rtx3090
23.1GB is loaded in GPU and the rest in system RAM but when running a prompt only cpu usage is used and the GPU stays idle.
I'm now I've getting about 7 tokens/s and expect that this could improve when gpu is used but what am I doing wrong?
Or what setting to use to get the gpu working as well

Did you found the solution?

I had also same issue, I have RTX 5090 and 64GB RAM, and from what I understand, AIs say that serving the model with llamacpp server would be better, since you can configure offloading better with llamacpp, but I haven't tried yet.

Sign up or log in to comment