How to find the NVIDIA cuda version
You can find the NVIDIA CUDA version by using the nvidia-smi command in the terminal. The nvidia-smi command provides information about the NVIDIA GPU(s) installed on the system, including the CUDA version. The command to check CUDA version is: nvidia-smi –query-gpu=driver_version –format=csv You can also check the CUDA version by running the nvcc command which … Read more