also ref twitter

This commit is contained in:
Andrej Karpathy
2026-03-06 22:06:12 +00:00
parent 1e207aaf21
commit 4ab35a919b
+2
View File
@@ -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: