GPT-2 Model Implemented Entirely in CMake
AlpinDale posted a GitHub repo with GPT-2 written entirely in CMake scripts.
AlpinDale shared a repository containing a full GPT-2 implementation using only CMake. The posts note that the build tool is Turing-complete and state the model generates text at 47 tokens per hour. Cheng Lou replied to the tweet calling the project the new DOOM. Martin Shkreli retweeted the thread. The linked GitHub page describes the work as an implementation of the GPT-2 model in pure CMake.
Did you know that CMake is a Turing-complete language? Here's an implementation of gpt-2 entirely in CMake. It runs at a whopping 47 tok/hour! https://github.com/AlpinDale/gpt2.cmake
