Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CUDA

install

Windows 10

  1. Check Your GPU Compute Capability.
  2. Install python 3.10 from Python Releases for Windows. I test on 3.10.11.
  3. Install CUDA from CUDA Toolkit - Downloads. I used CUDA 12.1.0.
  4. Check PyTorch - Start Locally to install `torch``.
# Check
python --version
nvcc -V
echo %CUDA_PATH%
# echo %CUDA_PATH_V12_1%