mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix issue: 731 by resolving semantic error (#738)
* fix issue 731 * update test path --------- Co-authored-by: rasbt <mail@sebastianraschka.com>
This commit is contained in:
committed by
GitHub
parent
a354555049
commit
6f12edb0cc
2
.github/workflows/basic-tests-linux-uv.yml
vendored
2
.github/workflows/basic-tests-linux-uv.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest ch02/05_bpe-from-scratch/tests/tests.py
|
||||
pytest ch02/05_bpe-from-scratch/tests.py
|
||||
|
||||
- name: Test Selected Bonus Materials
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user