Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch
Summary
NanoEuler is a GPT-2-class language model built entirely from scratch in C/CUDA with hand-written forward and backward passes and a full training pipeline. It runs a CUDA engine capable of training ~116M parameters on a single RTX 4070 and is presented as an educational, open-source artifact rather than a production-ready model.