JOIN NOW

CUDA Toolkit (Optional)

A step by step process for Downloading the CUDA Toolkit.

  1. Visit the: NVIDIA CUDA Toolkit download page
  1. Select your operating system (e.g., Windows).
  2. Choose your architecture (usually x86_64 for 64-bit Windows).
  3. Download the exe local Installer. After downloading the file, run the installer :
  1. And follow the installation process.
  2. Then, verify the installation process. Open a Command Prompt (Windows key + R, type cmd) and type the following command:
nvcc --version
  1. You should get the following answer:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

πŸ‘

That's it. You have the CUDA toolkit installed and ready.

πŸ“˜

Don't hesitate to join our Discord Community for assistance or inquiries – we're here to help!