Installing cuda on an Ubuntu Box
Installing cuda on an Ubuntu Box is pure magic. Nothing works and nvidia‘s installer just logs error while installing
0
0
0.000
Installing cuda on an Ubuntu Box is pure magic. Nothing works and nvidia‘s installer just logs error while installing
Do you have the correct Ubuntu release and Nvidia driver version for the Cuda version?
I tried 22.04 and 20.04. 22.04 didn't work installed failed. But on 20.04 it worked with the repository but Nvidia's install script won't finish successfully. I can live with CUDA 11.4 for now.
I always take the laziest route when setting up the tools and save my brains for working with the project.
Can you tell me more about CUDA? I know the basic idea but I thought it was a normal program...
Posted via D.Buzz
CUDA is an API for creating programs running on / utilizing the GPUs' architecture. You can achieve huge grade of parallelism which much greater than running the code on a CPU.
I use at work for training AI models.
have you tried Windows instead? But does it have to be on Ubunto?
Posted via D.Buzz
I made it work with Ubuntu 20.04. No need for Windows. But I think the whole think is a bit easier with Windows.
Nice, good job~
Posted via D.Buzz
Posted via D.Buzz
Yes something like that😆