mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add setup video tutorial (#547)
* Add setup video tutorial * updated link checks * updated link checks
This commit is contained in:
committed by
GitHub
parent
cd5cf8112b
commit
8939fdc846
@@ -19,8 +19,16 @@ pip install -r requirements.txt
|
||||
> `pip install uv && uv pip install --system -r https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/refs/heads/main/requirements.txt`
|
||||
|
||||
|
||||
|
||||
|
||||
In the video below, I share my personal approach to setting up a Python environment on my computer:
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
[](https://www.youtube.com/watch?v=yAcWnfsZhzo)
|
||||
|
||||
|
||||
|
||||
# Local Setup
|
||||
|
||||
This section provides recommendations for running the code in this book locally. Note that 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. I tested all main chapters on an M3 MacBook Air laptop. Additionally, if your laptop or desktop computer has an NVIDIA GPU, the code will automatically take advantage of it.
|
||||
|
||||
Reference in New Issue
Block a user