summaryrefslogtreecommitdiff
path: root/src/model_api.py
AgeCommit message (Collapse)Author
41 hoursfix(eval): structured-mode greedy decode capped at in-range layout bound ↵Void Agent
(369) — probe-window traces reach 633 tokens and were silently truncated; cap now keys to positional table (1024) so OOD traces decode fully. Regression-verified vs stub model.
3 daysimplement Addendum 8: 6-arm token-space recurrence suite (arms A, B, C, D1, ↵CaptainJack2491
D2, D3), tests, and jobs/e8.csv
2026-08-17feat(gpu): add CUDA support, chunked eval, bisect prime search, and scaling ↵CaptainJack2491
to 100k (48 tests green)
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, ↵Void Agent
integers EOS alias, rerun guard, eval prereg-literal codes + dual-checkpoint honesty; +7 regression tests
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer ↵Void Agent
baseline, train/eval/plot, 16 tests