note about google colab (#535)

This commit is contained in:
Sebastian Raschka
2025-02-16 21:12:36 -06:00
committed by GitHub
parent bacb7aa90c
commit 16738b61fd
2 changed files with 13 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ If you already have a Python installation on your machine, the quickest way to g
pip install -r requirements.txt
```
<br>
> [!NOTE] If you are running any of the notebooks on Google Colab and want to install the dependencies, simply run the following code in a new cell at the top of the notebook:
> `pip install uv && uv pip install --system -r https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/refs/heads/main/requirements.txt`
&nbsp;
# Local Setup