Record: 11L NonTTT VR+GA MixedInt5/6: val_bpb=1.1428 (3-seed, 8xH100)#516
Closed
Asukabot0 wants to merge 2 commits intoopenai:mainfrom
Closed
Record: 11L NonTTT VR+GA MixedInt5/6: val_bpb=1.1428 (3-seed, 8xH100)#516Asukabot0 wants to merge 2 commits intoopenai:mainfrom
Asukabot0 wants to merge 2 commits intoopenai:mainfrom
Conversation
PR#315 config + Value Residual + Gated Attention + XSA4 + EMA Mixed int5/int6 quantization for artifact <16MB Defaults set for 8xH100 600s competition run Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3-seed mean val_bpb: 1.14283 (sliding window exact, int6) Seeds: 1337/42/2025, all completed within 600s wallclock on 8xH100. Note: artifacts exceed 16MB limit (16.0–16.3MB). Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
Non-TTT submission with Value Residual (ResFormer) + Gated Attention + Mixed Int5/Int6 quantization.
3-seed mean val_bpb: 1.1428 (sliding window, stride=64, int6 roundtrip)
Approach
Built on PR #315 base (EMA + Partial RoPE + LN Scale) with two architectural additions:
Key config
Results
Known Issues & Next Steps
This submission has a DDP performance regression we've identified and are fixing:
find_unused_parameters=Truein DDP causes +53% step time (130ms vs expected ~85ms), reducing steps from ~7000 to ~4600. VR and GA params all receive gradients — this flag is unnecessary. Fix: setfind_unused_parameters=False.With these fixes we expect:
Will submit an updated run after fixes.
Hardware