mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
gguf-py : add requests to dependencies (#18629)
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Successful in 1m3s
Python check requirements.txt / check-requirements (push) Failing after 34s
Python Type-Check / pyright type-check (push) Failing after 35s
Update Operations Documentation / update-ops-docs (push) Successful in 7s
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Successful in 1m3s
Python check requirements.txt / check-requirements (push) Failing after 34s
Python Type-Check / pyright type-check (push) Failing after 35s
Update Operations Documentation / update-ops-docs (push) Successful in 7s
This commit is contained in:
committed by
GitHub
parent
e75ee11024
commit
bd2a93d475
@@ -22,6 +22,7 @@ python = ">=3.8"
|
||||
numpy = ">=1.17"
|
||||
tqdm = ">=4.27"
|
||||
pyyaml = ">=5.1"
|
||||
requests = ">=2.25"
|
||||
sentencepiece = { version = ">=0.1.98,<=0.2.0", optional = true }
|
||||
PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user