Set Up NVIDIA Components
Candy Bot requires up-to-date NVIDIA drivers and CUDA for optimal performance.
Update NVIDIA Drivers
- Download and install NVIDIA GeForce Experience.
- Open GeForce Experience and update your NVIDIA drivers to the latest version.
Install NVIDIA CUDA
- Download NVIDIA CUDA 11.8.
- Run the installer.
- Choose "Custom" installation.
- Select only CUDA to install, leaving other components unchecked.
- Complete the installation process.
Verify CUDA Installation
-
Open Command Prompt.
-
Type the following command:
nvcc --version
-
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.