From 4ab35a919b47ef66e508b400635820a7febb1ea1 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Fri, 6 Mar 2026 22:06:12 +0000 Subject: [PATCH] also ref twitter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0232892..f0fa826 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This particular implementation is trying to be the least fancy baseline, but it' The training code here is a simplified single-GPU implementation of [nanochat](https://github.com/karpathy/nanochat). +A bit more context on this project is here in this [tweet](https://x.com/karpathy/status/2029701092347630069). This code in particular is a simpler, more self-contained version that I thought people might like to play with. + ## How it works The repo is deliberately small and only has a few files: