mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 14:21:41 +08:00
Update
This commit is contained in:
parent
4cef442a3b
commit
df5b809c7f
2
.github/workflows/basic-tests-linux-uv.yml
vendored
2
.github/workflows/basic-tests-linux-uv.yml
vendored
@ -79,5 +79,5 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
uv pip install transformers
|
||||
uv pip install transformers -U
|
||||
pytest pkg/llms_from_scratch/tests/
|
||||
|
||||
1
.github/workflows/basic-tests-macos-uv.yml
vendored
1
.github/workflows/basic-tests-macos-uv.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
uv pip install transformers -U
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch04/01_main-chapter-code/tests.py
|
||||
pytest ch05/01_main-chapter-code/tests.py
|
||||
|
||||
@ -49,6 +49,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
source .venv/Scripts/activate
|
||||
uv pip install transformers -U
|
||||
pytest setup/02_installing-python-libraries/tests.py
|
||||
pytest ch04/01_main-chapter-code/tests.py
|
||||
pytest ch05/01_main-chapter-code/tests.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user