You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bake the claimed SpinQuant and phased-TTT defaults into the PR openai#1695 surface
The public openai#1695 run command relies on several env-var overrides that materially change the surface: SpinQuant on, phased TTT on, matrix LR 0.026, warmdown 0.75, embed_bits 7, embed_clip 20, chunk size 48, and the higher LoRA layer alpha. This branch bakes those settings into defaults so the reproduction lane can test the claimed surface rather than the inert default one.
Constraint: Must preserve the public PR surface and only move claimed run-command settings into code defaults.
Rejected: Reproduce with env vars only | the current evaluator path does not forward arbitrary env vars to remote jobs
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Any future public frontier PR must pass claimed-surface/default-surface comparison before it is treated as a serious candidate family
Tested: python3 -m py_compile train_gpt.py evaluate.py
Not-tested: GPU execution on Heimdall
0 commit comments