From 9682b0e22d61490fefe2f70e9d7ed59c6fa8597f Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 7 May 2024 20:47:06 -0500 Subject: [PATCH] Explain hardware requirements --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8045fd6..96ba1dc 100644 --- a/README.md +++ b/README.md @@ -61,18 +61,21 @@ Alternatively, you can view this and other files on GitHub at [https://github.co | Appendix E: Parameter-efficient Finetuning with LoRA | - [appendix-E.ipynb](appendix-E/01_main-chapter-code/appendix-E.ipynb) | [./appendix-E](./appendix-E) | - -

+  Shown below is a mental model summarizing the contents covered in this book. -

  +## 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. + +  ## Bonus Material Several folders contain optional materials as a bonus for interested readers: @@ -96,7 +99,6 @@ Several folders contain optional materials as a bonus for interested readers: - [Additional experiments finetuning different layers and using larger models](ch06/02_bonus_additional-experiments) - [Finetuning different models on 50k IMDB movie review dataset](ch06/03_bonus_imdb-classification) -