mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
committed by
GitHub
parent
7757c3d308
commit
c21bfe4a23
6
.github/workflows/basic-tests-linux-uv.yml
vendored
6
.github/workflows/basic-tests-linux-uv.yml
vendored
@@ -66,3 +66,9 @@ jobs:
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest ch02/05_bpe-from-scratch/tests/tests.py
|
||||
|
||||
- name: Test Selected Bonus Materials
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest pkg/llms_from_scratch/tests/
|
||||
|
||||
Reference in New Issue
Block a user