|
|
@@ -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.
|
|
|
+
|
|
|
+<a href="https://www.manning.com/livevideo/master-and-build-large-language-models"><img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/video-screenshot.webp?123" width="350px"></a>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
## Exercises
|