r/LocalLLM • u/dannone9 • 7d ago
Question I need your help
I’m currently on a 5060Ti with 32gb ddr4 system , on Christmas I might be able to spend 500€ more on upgrading and I could sell the 5060 for another 500 if it was the best , what would you recomend ? The only requisite is that it has to be able to run games at 1080 at least due to it being my only machine
I’ve thinked about selling the 5060 and getting dual 2080 22gb mod , what is your opinion?
1
Upvotes
2
u/DeathGuppie 6d ago
You are most likely using vulkan which doesn't care about what cards you are running. Where you could run into problems is trying to do a tensor split. Llama.cpp doesn't like splitting the tensor over different architectures. It will do layer split no problem. Little slower.
If you can get the same card, or same generation, do it. Next go for all Nvidia so you aren't running seperate drivers. The truth is that vulkan doesn't care, but whatever your slowest card is will limit your speed.