Skip to content

Commit 94e667a

Browse files
committed
gguf-py : add tqdm as a dependency
It's small, and used for a progress bar in GGUFWriter.write_tensors_to_file
1 parent 68c5ac6 commit 94e667a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gguf-py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
[tool.poetry.dependencies]
2222
python = ">=3.8"
2323
numpy = ">=1.17"
24+
tqdm = ">=4.27"
2425

2526
[tool.poetry.dev-dependencies]
2627
pytest = "^5.2"

0 commit comments

Comments
 (0)