Hacker News new | ask | show | jobs
by tstrimple 1041 days ago
Do these large models need the equivalent of SLI to take advantage of multiple GPU? Nvidia removed SLI from consumer cards a few years ago so I’m curious whether it’s even an option these days.
1 comments

SLI isn't used at all for CUDA. if you meant NVLink, it's apparently not useful at small scales - I think the PCIe lanes are enough.
This is wrong, NVLink is crucial for tensor parallelism in models for training and in large (>40B param) models for inference.