Experiment applying GlamorousToolkit mindset to Andrej Karpathy's "Let's build GPT" code.
# gpt-dev-gt Experiment applying GlamorousToolkit mindset to Andrej Karpathy's **"Let's build GPT"** code. The inspiration * The video: [Let's build GPT: from scratch, in code, spelled out.](https://www.youtube.com/watch?v=kCc8FmEb1nY) * The code: [Google colab for the video](https://colab.research.google.com/drive/1JMLa53HDuA-i7ZBmqV7ZnA3c_fvtXnx-?usp=sharing), assumed MIT licensed. ## Installation ```st Metacello new repository: 'github://jpbeaudry/gpt-dev-gt:main/src'; baseline: 'GptDevGt'; load. #BaselineOfGptDevGt asClass loadLepiter ```