diff options
| author | wonjun Jang <strutive07@gmail.com> | 2023-12-14 21:44:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 14:44:49 +0200 |
| commit | c50e40016394f124b97ce39da48148b1f6c01833 (patch) | |
| tree | f16601d3191989fa0c37aa5f9ee42db099bc854f | |
| parent | 20a68a7030ee06e8eb7eb8e24ae4ac52dc17803f (diff) | |
py : add protobuf dependency (#4466)
| -rw-r--r-- | requirements.txt | 1 |
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 |
