Skip to content

Commit 0161dde

Browse files
committed
update
1 parent 277b283 commit 0161dde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/basic-tests-windows-uv-pip.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
pip install tensorflow-io-gcs-filesystem==0.31.0 # Explicit for Windows
4444
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
4545
pip install pytest-ruff nbval
46+
pip install -e .
4647
4748
- name: Run Python Tests
4849
shell: bash

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dev = [
3030
"llms-from-scratch",
3131
"twine>=6.1.0",
3232
"tokenizers>=0.21.1",
33+
"safetensors>="0.6.2",
3334
]
3435

3536
[tool.ruff]

0 commit comments

Comments
 (0)