Master LLM Fine-Tuning & Inference โ From White Belt to Black Belt
Free, open-source curriculum for mastering large language models. 83 hands-on Google Colab notebooks across 7 stages โ from transformer basics to custom CUDA kernels and production inference.
| Stage | Belt | Topics | Notebooks |
|---|---|---|---|
| 0 | ๐ค White | Foundations, Transformers, Tokenization, Data | 7 |
| 1 | ๐ Yellow | Full Fine-Tuning, Custom Loss, AMP, Evaluation | 10 |
| 2 | ๐ Green | LoRA, QLoRA, Adapters, Prompt Tuning, DoRA | 10 |
| 3 | ๐ Blue | FlashAttention, DeepSpeed, FSDP, Instruction Tuning | 10 |
| 4 | ๐ค Brown | RLHF, DPO, Constitutional AI, MoE, Safety | 10 |
| 5 | ๐ค Black | CUDA Kernels, Triton, Quantization, vLLM, TRT-LLM | 10 |
| Inf | โค๏ธ Red | Inference Optimization, KV Cache, GPTQ, AWQ, GGUF | 23 |
npm install && npm run dev- Replace
YOUR_GITHUB_USERNAMEeverywhere with your GitHub username - Update
SITE_CONFIG.urlinsrc/data/curriculum.ts - Replace
ca-pub-XXXXXXXXXXXXXXXXwith your AdSense publisher ID insrc/app/layout.tsxandsrc/components/AdBanner.tsx - Replace ad slot placeholder IDs with real ad unit IDs
npx vercel --prod- Per-page metadata, OG tags, Twitter cards
- JSON-LD: WebSite, Course, LearningResource, ItemList
- Auto-generated sitemap.xml (92 URLs)
- robots.txt
- All 92 pages statically pre-rendered
MIT