Add host memory monitoring to the dashboard#1772
Open
xiuhu17 wants to merge 1 commit into
Open
Conversation
(cherry picked from commit f84279d0ef55aef49ce65d05b3246c2c7f2bef27)
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
xiuhu17
marked this pull request as ready for review
July 23, 2026 17:31
xiuhu17
requested review from
Shi-Dong,
Zhichenzzz,
fzyzcjy,
maocheng23,
yueming-yuan and
yushengsu-thu
as code owners
July 23, 2026 17:31
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
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.
Summary
Why
Training jobs can experience host memory pressure even when GPU utilization looks healthy. Showing node memory in the same timeline makes those failures easier to diagnose.
Impact
This adds lightweight host-memory sampling and a node-level memory row to the dashboard. Existing GPU telemetry and training behavior remain unchanged.
Related
#1736
#1735
Validation
python -m pytest --confcutdir=tests/fast/dashboard tests/fast/dashboard/ -q— 186 passed, 4 skippedruff checkon all changed Python filesgit diff --check