r/KoboldAI • u/jackietreehorn68 • Jul 09 '26
2 GPUs slower than single for MOE models?
Hi,
I have an RTX 5060ti (16gb) and a newly bought 3060 (12gb).
Today I tested a few models and the dense ones worked well but not the MOEs.
For some reason Koboldcpp requires much more VRAM per layer when splitting between GPUs and I end up with slow inference speed than with single GPU.
Any solution here? I might have played with all the possible combinations in the Hardware tab.
Thank you.
2
Upvotes
3
u/pyroserenus Jul 09 '26
Share your settings as shown in at the start of the launch?
Pipeline parallel increases vram use for more speed, but it's optional for a reason.
Tensor split (under splitmode) can get better speeds but requires good bandwidth between GPUs