From c8c6e7814a997bad31e17bf7a5e7094ddc9fa4e5 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sun, 6 Jul 2025 17:58:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 558aa58..877727c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ The mental model below summarizes the contents covered in this book.
  + ## Prerequisites The most important prerequisite is a strong foundation in Python programming. @@ -103,6 +104,7 @@ This book uses PyTorch to implement the code from scratch without using any exte
  + ## Hardware Requirements 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.)