summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwonjun Jang <strutive07@gmail.com>2023-12-14 21:44:49 +0900
committerGitHub <noreply@github.com>2023-12-14 14:44:49 +0200
commitc50e40016394f124b97ce39da48148b1f6c01833 (patch)
treef16601d3191989fa0c37aa5f9ee42db099bc854f
parent20a68a7030ee06e8eb7eb8e24ae4ac52dc17803f (diff)
py : add protobuf dependency (#4466)
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index badfec3b..1a116256 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@ numpy==1.24.4
sentencepiece==0.1.98
transformers>=4.34.0
gguf>=0.1.0
+protobuf>=4.21.0