Skip to content

Commit 199719a

Browse files
committed
Added GPU measurement docs
1 parent 75e8b6b commit 199719a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/installation/installation-linux.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,12 @@ The required libraries are installed automatically via the `install-linux.sh` ca
291291
The XGBoost metrics provider can estimate the power consumption of the total
292292
system (AC-Energy). It is included as a submodule in the Green Metrics Tool and should have been checked out with the initial install command of this manual. The `config.yml` file also needs additional details which are detailed in the metric provider [documentation→]({{< relref "/docs/measuring/metric-providers/psu-energy-xgboost-machine" >}}).
293293

294-
### NVIDIA SMI
294+
### GPU measurement (NVIDIA NVML)
295295

296-
The *NVIDIA SMI* metrics reporter can read the power draw of an *NVIDIA* GPU. Some libraries need to be installed in order for the [NVIDIA SMI metric provider]({{< relref "/docs/measuring/metric-providers/gpu-energy-nvidia-smi-component" >}}) to work.
296+
The *NVIDIA NVML* metrics reporter can read the power draw of an *NVIDIA* GPU.
297+
See [NVIDIA NVML metric provider]({{< relref "/docs/measuring/metric-providers/gpu-energy-nvidia-nvml-component" >}}) detail page on details which additional libraries need to be installed.
298+
299+
On *Ubuntu* and *Fedora* you can just append `--nvidia-gpu` to the install script to try an auto-install.
297300

298301

299302
### DC Metrics Provider

0 commit comments

Comments
 (0)