Open Source
HN
Implementation of GPT-2 in pure CMake
TLDR
A developer implemented GPT-2 entirely in pure CMake, the C++ build system language, as an exercise in understanding both systems at a low level. The project generates text using only CMake primitives with no external runtime dependencies. It is a technical curiosity demonstrating CMake's computational completeness rather than a practical inference tool.