(GPU) Find name of installed NVIDIA GPU
-
Run
nvidia-smi
, then look underName
section -
If the name is chopped off in
nvidia-smi
, directly query for the full name:nvidia-smi --query-gpu=name --format=csv,noheader
- The
format
option seems to be required
- The
References:
Written on March 24, 2021