Spaces:
Sleeping
Sleeping
Add protobuf dependency for DeBERTa tokenizer conversion
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -13,5 +13,6 @@ sentence-transformers==2.7.0
|
|
| 13 |
torch==2.4.1
|
| 14 |
numpy==1.26.4
|
| 15 |
sentencepiece==0.1.99
|
|
|
|
| 16 |
|
| 17 |
python-multipart
|
|
|
|
| 13 |
torch==2.4.1
|
| 14 |
numpy==1.26.4
|
| 15 |
sentencepiece==0.1.99
|
| 16 |
+
protobuf==4.25.1
|
| 17 |
|
| 18 |
python-multipart
|