maxP measured#8
Open
m-wojnar wants to merge 2 commits into
Open
Conversation
- maxp: add measure_only mode (passive alignment logging, LRs untouched) - scales: width-only ladder (fixed depth 12, head_dim 64, GQA 4), s1-s5 = 256..4096 dim, 4.00x non-embed per width doubling - methods: drop mup-full; add maxP-meas (c solved once from a measured alignment table via --alignment-table); wire --seed (was a no-op) - launch_sweep: 7-pt LR grid incl. 1.0, chained jobs for s4/s5 (48h cap), per-LR runtime gating via --require sentinels, job-id capture - pipeline.sh: login-node submit-only DAG (sweeps s1+s2 -> table export -> re-tune s1+s2 -> s3 brackets -> transfer proof + E1 gate -> s4/s5) - export_alignment / pipeline_analyze: table export and coordinator logic
Failed sbatch no longer leaves the next chain link dependency-less (two concurrent writers on one checkpoint dir) or the coordinator afterany list incomplete. Chained --measure-only/maxP runs are rejected at submit time: resume re-snapshots z0/w0 and corrupts alignment measurement. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
re-tune s1+s2 -> s3 brackets -> transfer proof + E1 gate -> s4/s5)