We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277b283 commit 0161ddeCopy full SHA for 0161dde
.github/workflows/basic-tests-windows-uv-pip.yml
@@ -43,6 +43,7 @@ jobs:
43
pip install tensorflow-io-gcs-filesystem==0.31.0 # Explicit for Windows
44
pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
45
pip install pytest-ruff nbval
46
+ pip install -e .
47
48
- name: Run Python Tests
49
shell: bash
pyproject.toml
@@ -30,6 +30,7 @@ dev = [
30
"llms-from-scratch",
31
"twine>=6.1.0",
32
"tokenizers>=0.21.1",
33
+ "safetensors>="0.6.2",
34
]
35
36
[tool.ruff]
0 commit comments