Fork of https://github.com/xenova/microgpt.js
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README with build and run instructions.

Signed-off-by: moderation <michael@sooper.org>

+2
+2
README.md
··· 3 3 4 4 This is a fork of [microgpt.js](https://github.com/xenova/microgpt.js) which ports the original Python implementation implemented by [karpathy](https://karpathy.github.io/2026/02/12/microgpt/). This fork ports the implementations to Zig. Claude Code and Windsurf were both used for the port. 5 5 6 + Build with `zig build-exe microgpt.zig -O ReleaseFast`. Run with `./microgpt` 7 + 6 8 --- 7 9 8 10 The most atomic way to train and inference a GPT in pure, dependency-free JavaScript.