mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add bonus dependencies to pyproject (#897)
* Add bonus dependencies to pyproject * update
This commit is contained in:
committed by
GitHub
parent
0adb5b8c65
commit
760f4c9ecc
@@ -17,6 +17,7 @@ pip install -r requirements.txt
|
||||
|
||||
> **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`
|
||||
> Optionally, after cloning the repository, you install the dependencies for all bonus materials with `uv pip install --group bonus --editable .` from the project root. This is useful if you don't want to install them separately as you check out the optional bonus materials later on.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user