Update README.md

This commit is contained in:
Sebastian Raschka 2025-07-06 17:58:33 -05:00 committed by GitHub
parent 6103acbedb
commit c8c6e7814a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ The mental model below summarizes the contents covered in this book.
<br> <br>
&nbsp; &nbsp;
## Prerequisites ## Prerequisites
The most important prerequisite is a strong foundation in Python programming. 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
<br> <br>
&nbsp; &nbsp;
## Hardware Requirements ## 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.) 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.)