Add upper version bound for transformers and protobuf
This commit is contained in:
parent
dd0f47060b
commit
cb58775719
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
||||||
-r ./requirements-convert.txt
|
-r ./requirements-convert.txt
|
||||||
torch~=2.1.1
|
torch~=2.1.1
|
||||||
transformers~=4.35.2
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
numpy~=1.24.4
|
numpy~=1.24.4
|
||||||
sentencepiece~=0.1.98
|
sentencepiece~=0.1.98
|
||||||
transformers>=4.34.0
|
transformers>=4.35.2,<5.0.0
|
||||||
gguf>=0.1.0
|
gguf>=0.1.0
|
||||||
protobuf>=4.21.0
|
protobuf>=4.21.0,<5.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue