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 to reflect port to Zig.

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

+5 -1
+5 -1
README.md
··· 1 1 2 - # microgpt.js 2 + # microgpt.zig 3 + 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 + 6 + --- 3 7 4 8 The most atomic way to train and inference a GPT in pure, dependency-free JavaScript. 5 9 This repository covers the complete algorithm.