Skip to content

Instantly share code, notes, and snippets.

View Kai391's full-sized avatar
๐Ÿ˜
Enjoying coding

Krishna Murti Dubey Kai391

๐Ÿ˜
Enjoying coding
  • S.C.R.I.E.T
  • Meerut, Uttar Pradesh ,India
View GitHub Profile
@Kai391
Kai391 / microgpt.py
Created February 14, 2026 11:30 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp