Add non-record 1xH200 fp16-embed baseline sweep submission#407
Open
itu-itis24-buyukhelvacigilm24 wants to merge 1 commit intoopenai:mainfrom
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
This PR adds a non-record submission that captures the best completed result from a controlled
1xH200, 10-minute screening sweep on the Parameter Golf baseline family.The submitted run keeps the published SP-1024 baseline layout and only changes export behavior by preserving
tok_emb.weightin fp16 during int8 export. In our H200 sweep, this was the strongest completed branch under the16,000,000byte cap.What is included
train_gpt.pysnapshot used for the runtrain.logsubmission.jsonREADME.mdwith configuration, metrics, and sweep contextWhy non-record
1xH200, not yet verified on8xH100Key result
final_int8_zlib_roundtrip_exact val_bpb: 1.3207840314,327,135bytesSweep context
1.321719041.320784031.321071011.331268421.327925381.32718519Takeaway
In this budget, a small exporter-side precision change beat the more ambitious objective-side changes we tested. Our next step is to validate this baseline-adjacent fp16 embedding path on official
8xH100hardware rather than continuing to add training complexity.