File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
pytest --ruff ch04/01_main-chapter-code/tests.py
52
52
pytest --ruff ch04/03_kv-cache/tests.py
53
53
pytest --ruff ch05/01_main-chapter-code/tests.py
54
- pytest --ruff ch05/07_gpt_to_llama/tests/tests_rope_and_parts.py.py
55
- pytest --ruff ch05/07_gpt_to_llama/tests/test_llama32 .py
56
- pytest --ruff ch05/11_qwen3/tests/test_qwen3 .py
57
- pytest --ruff ch05/12_gemma3/tests/test_gemma3 .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
57
+ pytest --ruff ch05/12_gemma3/tests/test_gemma3_nb .py
58
58
pytest --ruff ch06/01_main-chapter-code/tests.py
59
59
60
60
- name : Validate Selected Jupyter Notebooks (uv)
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
pytest --ruff setup/02_installing-python-libraries/tests.py
51
51
pytest --ruff ch04/01_main-chapter-code/tests.py
52
52
pytest --ruff ch05/01_main-chapter-code/tests.py
53
- pytest --ruff ch05/07_gpt_to_llama/tests/tests_rope_and_parts.py.py
54
- pytest --ruff ch05/07_gpt_to_llama/tests/test_llama32 .py
55
- pytest --ruff ch05/11_qwen3/tests/test_qwen3 .py
56
- pytest --ruff ch05/12_gemma3/tests/test_gemma3 .py
53
+ pytest --ruff ch05/07_gpt_to_llama/tests/tests_rope_and_parts.py
54
+ pytest --ruff ch05/07_gpt_to_llama/tests/test_llama32_nb .py
55
+ pytest --ruff ch05/11_qwen3/tests/test_qwen3_nb .py
56
+ pytest --ruff ch05/12_gemma3/tests/test_gemma3_nb .py
57
57
pytest --ruff ch06/01_main-chapter-code/tests.py
58
58
59
59
- name : Validate Selected Jupyter Notebooks (uv)
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments