Commit History
Add quick_test.py - standalone timing test, prints immediately, no imports from other files" 27d7101 verified
Fix: force unbuffered stdout for Kaggle notebook output + use print() with flush" 0e4cf22 verified
Add --log_batch_every: prints loss every N batches within an epoch" e997a38 verified
Add --num_gpus: splits tasks across GPUs in parallel processes" 626c4f7 verified
Add --log_every arg to control epoch print frequency (default 100) e0b6ea4 verified
Fix: add build_trm_nano_onnx function (alias used by train_task.py) 492f908 verified
Add solved_tasks.json - 51 tasks solved by analytical solvers a917394 verified
Replace train_task.py with full batch runner: loops all 400 tasks, skips solved, logs everything, uses manual ONNX builder 28954c6 verified
Add manual ONNX builder with weight reuse - fits 1.44MB with full h=96 T=3 n=4" ab04ef8 verified
Add TRM-Nano README with architecture details and usage" 70b26ba verified
Add TRM-Nano per-task training script with augmentation and ONNX export 7dd4c24 verified
Add TRM-Nano model implementation (h=96, 4 heads, 2 layers, unrolled recursion)" 441b2d5 verified
Update classifier to support Kilo local server ccffc8f verified
Update TODO with TRM findings, fix outdated info 826a998 verified
Add TRM research findings and architecture notes 0e63a4d verified
Add composition solvers for chained transforms 981ef11 verified
Add DeepSeek task classifier for LLM-guided solver routing 9caa30d verified
reorg kilo skills folder 9ae02a4
Roger MT commited on