feat(tutorials): tuto for ai monitoring#29
Open
Fyspeed wants to merge 4 commits into
Open
Conversation
TheElectronWill
left a comment
Member
There was a problem hiding this comment.
IMO, it would be better for plugins names to be in lowercase + inline-code (like_this) so it matches what is in the config + logs.
Fyspeed
force-pushed
the
feat/BRSEED-1532-tuto-ai-usecase
branch
2 times, most recently
from
July 7, 2026 11:44
925d3ae to
b70077e
Compare
Fyspeed
force-pushed
the
feat/BRSEED-1532-tuto-ai-usecase
branch
from
July 7, 2026 12:04
b70077e to
6bd99a1
Compare
TheElectronWill
requested changes
Jul 13, 2026
| For the **CPU** and **RAM**, you should enable the plugin `RAPL` if it is supported. \ | ||
| If not supported, you should use `EnergyEstimationTdpPlugin`, which estimates the energy consumption of your processor based on its TDP (Thermal Design Power). | ||
|
|
||
| For the **GPU**, you should enable either the plugin **NVML** for NVIDIA GPUs or **AMD-GPU** for AMD GPUs. |
Member
There was a problem hiding this comment.
Suggested change
| For the **GPU**, you should enable either the plugin **NVML** for NVIDIA GPUs or **AMD-GPU** for AMD GPUs. | |
| For the **GPU**, you should enable either the `nvml` plugin for NVIDIA GPUs or the `amd-gpu` plugin for AMD GPUs. |
Fyspeed
force-pushed
the
feat/BRSEED-1532-tuto-ai-usecase
branch
from
July 13, 2026 13:11
b89093a to
ea5f223
Compare
Fyspeed
force-pushed
the
feat/BRSEED-1532-tuto-ai-usecase
branch
from
July 13, 2026 13:13
ea5f223 to
60fe858
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds tutorial for monitoring an AI during the training & inference phase