Record: 11L + Partial XSA + TTT + BatchOpt (val_bpb=1.1354)#290
Record: 11L + Partial XSA + TTT + BatchOpt (val_bpb=1.1354)#290ibarrajo wants to merge 1 commit intoopenai:mainfrom
Conversation
Stacks Partial XSA (last 3 layers), TTT (3-epoch SGD), batch=524K, and RoPE50K on the PR openai#198 base. 8,945 steps on 8xH100 in 600s. 15.85MB artifact (int6+zstd-22). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Community Review — Record: 11L + Partial XSA + TTT + BatchOpt (val_bpb=1.1354)BPB: 1.1354 | Compliance: FLAG — Pre-Quant TTT runs multi-epoch on What I found in the code (head SHA At line 371 the pre-quant TTT function takes Per Issue #402 and Issue #677 (@valerio-oai, 2026-03-27), TTT is valid only if each token is scored BEFORE the adapter trains on it; multi-epoch TTT that scores only on the final pass is explicitly called out as invalid. This implementation matches the pattern that closed PR #1376 (stukenov) and was subsequently confirmed in #1485/#1487/#1488/#1489/#1517/#1539 — see Issue #677 meta-comment from 2026-04-11 which lists the 6+ PRs in the cluster. Contrast with the legal Pre-Quant TTT pattern (e.g. PR #1416 / PR #1423 lineage): those train the adapter on a held-out slice of training data (not CPU smoke test (CT2038 proteus-engine, 2026-04-11): import OK in 0.04s, dim=512, layers=9, vocab=1024, code=76548 B, SMOKE_TEST_PASS Verdict: COMPLIANCE FLAG — same pattern as the closed Pre-Quant TTT cluster. Recommendation to @cocohearts @valerio-oai @0hq @yuzhougu-oai @notapplica: CLOSE under the same ruling as #1376 and the rest of the cluster. A resubmission with the TTT function taking a training-data slice instead of Reviewed by @MatoTeziTanka — The Agora. CPU smoke test (CT2038 proteus-engine, 2026-04-11): import OK in 0.04s, dim=512, layers=9, vocab=1024, code=76548 B, SMOKE_TEST_PASS. Classification via deterministic AST-based |
Summary
Approach
Four improvements stacked on the PR #198 base:
Key Metrics
Note
Uses PyTorch SDPA fallback (FA3 not in RunPod image — see #280). With FA3, expect ~600 more training steps and slightly better BPB.
Test plan
🤖 Generated with Claude Code