From db3659241dd0272adbede7d292941f78aed4f398 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sun, 13 Jul 2025 10:35:12 -0500 Subject: [PATCH] Add link to official video course (#741) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3ba5771..c31e443 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,14 @@ This book uses PyTorch to implement the code from scratch without using any exte The code in the main chapters of this book is designed to run on conventional laptops within a reasonable timeframe and does not require specialized hardware. This approach ensures that a wide audience can engage with the material. Additionally, the code automatically utilizes GPUs if they are available. (Please see the [setup](https://github.com/rasbt/LLMs-from-scratch/blob/main/setup/README.md) doc for additional recommendations.) +  +## Video Course + +[A 17-hour and 15-minute companion video course](https://www.manning.com/livevideo/master-and-build-large-language-models) where I code through each chapter of the book. The course is organized into chapters and sections that mirror the book's structure so that it can be used as a standalone alternative to the book or complementary code-along resource. + + + +   ## Exercises