Skip to content

Instantly share code, notes, and snippets.

View hanyuancheung's full-sized avatar
🌧️
Coding

Han hanyuancheung

🌧️
Coding
View GitHub Profile

LLM-SKILL

Runnable Implementation: https://github.com/hanyuancheung/llm-skill

This is a first-person record of how I took Karpathy's LLM-Wiki intuition and turned it, step by step, into the llm-skill project. I'll walk through: where I started, why I chose this particular layering, what each layer solves.


1. Starting point: what I actually took away from LLM-Wiki