mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
add chapter 6 unit test
This commit is contained in:
3
.github/workflows/basic-tests-linux.yml
vendored
3
.github/workflows/basic-tests-linux.yml
vendored
@@ -38,9 +38,10 @@ jobs:
|
||||
|
||||
- name: Test Selected Python Scripts
|
||||
run: |
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch04/01_main-chapter-code/tests.py
|
||||
pytest ch05/01_main-chapter-code/tests.py
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
|
||||
|
||||
- name: Validate Selected Jupyter Notebooks
|
||||
run: |
|
||||
|
||||
3
.github/workflows/basic-tests-macos.yml
vendored
3
.github/workflows/basic-tests-macos.yml
vendored
@@ -38,9 +38,10 @@ jobs:
|
||||
|
||||
- name: Test Selected Python Scripts
|
||||
run: |
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch04/01_main-chapter-code/tests.py
|
||||
pytest ch05/01_main-chapter-code/tests.py
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
|
||||
|
||||
- name: Validate Selected Jupyter Notebooks
|
||||
run: |
|
||||
|
||||
3
.github/workflows/basic-tests-windows.yml
vendored
3
.github/workflows/basic-tests-windows.yml
vendored
@@ -41,9 +41,10 @@ jobs:
|
||||
- name: Test Selected Python Scripts
|
||||
shell: bash
|
||||
run: |
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch04/01_main-chapter-code/tests.py
|
||||
pytest ch05/01_main-chapter-code/tests.py
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch06/01_main-chapter-code/gpt-class-finetune.py --test_mode
|
||||
|
||||
- name: Validate Selected Jupyter Notebooks
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user