gguf-py : add tqdm as a dependency
It's small, and used for a progress bar in GGUFWriter.write_tensors_to_file
This commit is contained in:
parent
68c5ac628f
commit
94e667a9d8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ classifiers = [
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.8"
|
||||
numpy = ">=1.17"
|
||||
tqdm = ">=4.27"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue