Skip to main content

PyTorch Smuggles CUDA Onboard

·46 words·1 min · Download pdf

TIL: PyTorch ships with its own CUDA + cuDNN so you don’t really have to manually deal with NVidia’s painful installers!

In fact PyTorch will ignore NVidia’s version on the system so no harm in having them misaligned either (as long as driver is compatible)!

Discussion