mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add some appendix E runtimes (#927)
* Add some appendix E runtimes * Use more lightweigth CPU torch * Use more lightweigth CPU torch * Use more lightweigth CPU torch
This commit is contained in:
committed by
GitHub
parent
57430d2a13
commit
1c9f49c812
5
.github/workflows/basic-tests-pip.yml
vendored
5
.github/workflows/basic-tests-pip.yml
vendored
@@ -40,7 +40,10 @@ jobs:
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
# Necessary because there is not much storage space on this runner:
|
||||
pip install torch==2.9.1+cpu --index-url https://download.pytorch.org/whl/cpu
|
||||
pip install -r requirements.txt --no-deps
|
||||
pip install jupyterlab pandas tensorflow matplotlib
|
||||
pip install pytest pytest-ruff nbval
|
||||
|
||||
- name: Test Selected Python Scripts
|
||||
|
||||
Reference in New Issue
Block a user