Skip to content

Instantly share code, notes, and snippets.

View jingxixu's full-sized avatar
🛹
at NYC

Jingxi Xu jingxixu

🛹
at NYC
View GitHub Profile
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@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