Skip to content

Instantly share code, notes, and snippets.

View cagataycali's full-sized avatar
:octocat:

./c² cagataycali

:octocat:
View GitHub Profile
@cagataycali
cagataycali / cloudSettings
Created September 4, 2019 07:01 — forked from erdoganoksuz/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-03T11:03:26.757Z","extensionVersion":"v3.4.2"}
@cagataycali
cagataycali / microgpt.py
Created February 12, 2026 03:58 — 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