mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix BPE bonus materials (#561)
* Fix BPE bonus materials * fix bpe implementation * update * Add 'Hello, world. Is this-- a test?' test case * update link to test file * update path handling * update path handling * fix pytest paths
This commit is contained in:
committed by
GitHub
parent
faadd13871
commit
6aec412421
6
.github/workflows/basic-tests-linux-uv.yml
vendored
6
.github/workflows/basic-tests-linux-uv.yml
vendored
@@ -60,3 +60,9 @@ jobs:
|
||||
pytest --ruff --nbval ch02/01_main-chapter-code/dataloader.ipynb
|
||||
pytest --ruff --nbval ch03/01_main-chapter-code/multihead-attention.ipynb
|
||||
pytest --ruff --nbval ch02/04_bonus_dataloader-intuition/dataloader-intuition.ipynb
|
||||
|
||||
- name: Test Selected Bonus Materials
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest ch02/05_bpe-from-scratch/tests/tests.py
|
||||
|
||||
Reference in New Issue
Block a user