Installing GPU Drivers
We need to find out the exact version of CUDA we have on our local
GPU before we install Python libraries. We can find this out
by running the nvcc
command at the UNIX shell.
1 |
|
Response
1 2 3 4 5 6 |
|
Note that the CUDA release is 12.6. We will use this later in our installation process.