Spaces:
Sleeping
Sleeping
Add protobuf and sentencepiece to fix model loading
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -11,3 +11,5 @@ scikit-learn>=1.3.0
|
|
| 11 |
accelerate>=0.23.0
|
| 12 |
tqdm>=4.66.0
|
| 13 |
pydantic>=2.0.0
|
|
|
|
|
|
|
|
|
| 11 |
accelerate>=0.23.0
|
| 12 |
tqdm>=4.66.0
|
| 13 |
pydantic>=2.0.0
|
| 14 |
+
protobuf>=3.20.0
|
| 15 |
+
sentencepiece>=0.1.99
|