Steps to Find Out How Many GPU Installed in Linux – Linux Tutorial

By | August 18, 2021

In order to train a neural network model, we may want to know what and how many GPUs are installed linux. In this tutorial, we will introduce how to get this information.

The simplest way is to use command below in linux:

nvidia-smi

Then you will get this result:

Steps to Find Out How Many GPU Installed in Linux - Linux Tutorial

We will find there is only one gpu (Tesla V100) that is instlled in this linux system.

Leave a Reply