Dive into LLMs

A Tutorial on Large Language Models

Reading notes and comments on the GitHub project dive-into-llms, a hands-on tutorial for understanding large language models.
LLM
Deep Learning
NLP
Author

Jihong Zhang

Published

April 26, 2026

1 Overview

Dive into LLMs is a hands-on tutorial project covering the fundamentals and internals of large language models (LLMs). This note tracks my reading progress and key takeaways.

2 Comments and Notes

2.1 Why This Project

2.2 Key Concepts

2.3 Code Walkthrough

3 References

Back to top