feat(megatron): add sampled Flux weight-state audit - #985
Merged
gphuang merged 2 commits intoAug 13, 2026
Merged
Conversation
Contributor
Author
Verdict: weight-audit review passedReady to merge at
|
gphuang
marked this pull request as ready for review
August 13, 2026 11:57
gphuang
requested review from
Xiaoming-AMD,
limou102 and
wenxie-amd
as code owners
August 13, 2026 11:57
gphuang
force-pushed
the
feat/megatron/issue220-option9-weight-summary
branch
from
August 13, 2026 15:59
7c9e625 to
d96f19a
Compare
Contributor
Author
Verdict: ready to mergeFull base-to-head review found no blocking findings after the TP validation fix and public-history sanitization.
|
gphuang
force-pushed
the
feat/megatron/issue220-option9-weight-summary
branch
from
August 13, 2026 17:05
d96f19a to
ef6ce5b
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.
Summary
Tracks Issue #220, Task 9 Option 9.
Add an opt-in Flux audit that records deterministic rank-zero parameter samples after selected completed training iterations. This lets early MXFP4, FP8, and BF16 forks compare model drift without extra full optimizer checkpoints or changes to Torch RNG state.
Test plan
py_compilegit diff --check