You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/installation/installation-linux.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,9 +291,12 @@ The required libraries are installed automatically via the `install-linux.sh` ca
291
291
The XGBoost metrics provider can estimate the power consumption of the total
292
292
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" >}}).
293
293
294
-
### NVIDIA SMI
294
+
### GPU measurement (NVIDIA NVML)
295
295
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.
0 commit comments