Skip to main content

Set Up NVIDIA Components

Candy Bot requires up-to-date NVIDIA drivers and CUDA for optimal performance.

Update NVIDIA Drivers

  1. Download and install NVIDIA GeForce Experience.
  2. Open GeForce Experience and update your NVIDIA drivers to the latest version.

Install NVIDIA CUDA

  1. Download NVIDIA CUDA 11.8.
  2. Run the installer.
  3. Choose "Custom" installation.
  4. Select only CUDA to install, leaving other components unchecked.
  5. Complete the installation process.

Verify CUDA Installation

  1. Open Command Prompt.

  2. Type the following command:

    nvcc --version
  3. If CUDA is installed correctly, you should see output with the CUDA version.

Now that NVIDIA components are set up, let's create a Python environment for Candy Bot.