Add compositional Muon CE-track leaders#11
Open
gabrielnan wants to merge 2 commits into
Open
Conversation
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
Adds two CE-track compositional Muon submissions:
nanogpt_comp_muon_mp1: OV-only isotropic Compositional Muon, 2150 steps.nanogpt_comp_muon_mp4: OV isotropic Compositional Muon plus row-uniform Muon on the tall MLP expansion matrix, 1600 steps.nanogpt_comp_muon_mp4is now the lower-energy CE-track leader under the benchmark objective: pass native CE and accuracy gates, then rank by training energy.Results
nanogpt_comp_muon_mp4nanogpt_comp_muon_mp1Changes
nanogpt_comp_muon_mp1submission, README,result.json,nvml.json, andrun.log.nanogpt_comp_muon_mp4submission, README,result.json,nvml.json, andrun.log.nanogpt_comp_muon_mp4first by energy.Energy Variance Check
We repeated the
nanogpt_comp_muon_mp41600-step config withSEED=42to sanity-check energy variance. Two full SXM4 repeats passed with total energies 48,013 J and 43,710 J; population CV was ~4.7% for total energy and ~5.1% for GPU energy. The original 42,059 J run is low but within observed host/power variance, and the improvement over the previous 58,224 J leader is much larger than the repeat variance.Verification
python3 -m py_compile submissions/nanogpt_comp_muon_mp1/submission.pypython3 -m py_compile submissions/nanogpt_comp_muon_mp4/submission.pysubmit.precheck_submission(...)returns@gabrielnanfor both submissions