[YOLOv7-environment construction ④] CUDA installation

Download link:

Source: (blogger) Tang San.

Link: https://pan.baidu.com/s/1K06S6jPuB7dsAtNSNU3zVw 
Extraction code: 881b

installation steps:

  • Except for NVIDIA Geforce, NVIDIA PhysX, and NVIDIA graphics drivers , uninstall all other NVIDIA graphics drivers in the computer
  • Run CUDA as administrator:

  • To reach this interface, you can customize the path

I created a folder named CUDA in the D drive, and I wrote the path here as: D:\CUDA\Cuda, because it must be ensured that the last folder in the path is an uncreated folder.

  • After checking the system compatibility, reach this interface and check all three boxes

  •  Click the + sign in front of CUDA to display the details, and uncheck Visual Studio Integration

  •  custom install location

I created a folder named CUDA in the D drive, and created a Cuda_manage folder in it. The Cuda_manage folder contains: cuda_manage1 and cuda_manage2. Modify the installation location according to the picture

  • After the installation is complete, do not check the last two boxes

  •  When entering: nvcc -V in the command prompt, enter the following content, which means the installation is successful

Guess you like

Origin blog.csdn.net/qq_59942266/article/details/128350308
Recommended