Skip to content

Commit 277b283

Browse files
committed
update
1 parent 072611b commit 277b283

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

.github/workflows/basic-tests-old-pytorch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
pytest --ruff setup/02_installing-python-libraries/tests.py
4848
pytest --ruff ch04/01_main-chapter-code/tests.py
4949
pytest --ruff ch05/01_main-chapter-code/tests.py
50-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
5150
pytest --ruff ch06/01_main-chapter-code/tests.py
5251
5352
- name: Validate Selected Jupyter Notebooks

.github/workflows/basic-tests-pip.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
source .venv/bin/activate
4242
pip install --upgrade pip
4343
pip install -r requirements.txt
44-
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
4544
pip install pytest pytest-ruff nbval
4645
4746
- name: Test Selected Python Scripts
@@ -50,7 +49,6 @@ jobs:
5049
pytest --ruff setup/02_installing-python-libraries/tests.py
5150
pytest --ruff ch04/01_main-chapter-code/tests.py
5251
pytest --ruff ch05/01_main-chapter-code/tests.py
53-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
5452
pytest --ruff ch06/01_main-chapter-code/tests.py
5553
5654
- name: Validate Selected Jupyter Notebooks

.github/workflows/basic-tests-pixi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
pytest --ruff setup/02_installing-python-libraries/tests.py
5151
pytest --ruff ch04/01_main-chapter-code/tests.py
5252
pytest --ruff ch05/01_main-chapter-code/tests.py
53-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
5453
pytest --ruff ch06/01_main-chapter-code/tests.py
5554
5655
- name: Validate Selected Jupyter Notebooks

.github/workflows/basic-tests-pytorch-rc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
run: |
3434
curl -LsSf https://astral.sh/uv/install.sh | sh
3535
uv sync --dev --python=3.10 # tests for backwards compatibility
36-
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
3736
uv add pytest-ruff nbval
3837
uv pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
3938
@@ -43,7 +42,6 @@ jobs:
4342
pytest --ruff setup/02_installing-python-libraries/tests.py
4443
pytest --ruff ch04/01_main-chapter-code/tests.py
4544
pytest --ruff ch05/01_main-chapter-code/tests.py
46-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
4745
pytest --ruff ch06/01_main-chapter-code/tests.py
4846
4947
- name: Validate Selected Jupyter Notebooks

.github/workflows/basic-tests-windows-uv-pip.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
pytest --ruff setup/02_installing-python-libraries/tests.py
5252
pytest --ruff ch04/01_main-chapter-code/tests.py
5353
pytest --ruff ch05/01_main-chapter-code/tests.py
54-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
54+
pytest --ruff ch05/07_gpt_to_llama/tests/tests_rope_and_parts.py
55+
pytest --ruff ch05/07_gpt_to_llama/tests/test_llama32_nb.py
56+
pytest --ruff ch05/11_qwen3/tests/test_qwen3_nb.py
5557
pytest --ruff ch06/01_main-chapter-code/tests.py
5658
5759
- name: Run Jupyter Notebook Tests

.github/workflows/basic-tests-windows-uv.yml.disabled

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
pytest --ruff setup/02_installing-python-libraries/tests.py
5252
pytest --ruff ch04/01_main-chapter-code/tests.py
5353
pytest --ruff ch05/01_main-chapter-code/tests.py
54-
pytest --ruff ch05/07_gpt_to_llama/tests/tests.py
5554
pytest --ruff ch06/01_main-chapter-code/tests.py
5655

5756
- name: Run Jupyter Notebook Tests

0 commit comments

Comments
 (0)