Does a Second GPU Make Your Local LLM Faster? Layer Split vs Tensor Parallel, Explained
Llama.cpp's default layer-split mode gives a dual-GPU setup the combined VRAM of both cards but runs single-stream generation at roughly the speed of one card, while tensor parallel can nearly double …