Skip to content

Instantly share code, notes, and snippets.

@jingxixu
jingxixu / cheatsheet.md
Last active July 21, 2023 03:35
Some useful and frequently used command reminders

GPU

nvidia-smi
nvcc --version
cat /proc/driver/nvidia/version
lspci | grep -i nvidia # verify that your GPU is CUDA-capable; basically list GPU device before CUDA is installed

GitHub