Sadeep Sachintha commited on
Commit ·
ad281c4
1
Parent(s): 094e942
Fix HF Space build: Add missing sentencepiece and protobuf dependencies
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,5 @@ torch>=2.2.1
|
|
| 5 |
pydantic>=2.6.4
|
| 6 |
pytest>=8.1.1
|
| 7 |
httpx>=0.27.0
|
|
|
|
|
|
|
|
|
| 5 |
pydantic>=2.6.4
|
| 6 |
pytest>=8.1.1
|
| 7 |
httpx>=0.27.0
|
| 8 |
+
sentencepiece>=0.2.0
|
| 9 |
+
protobuf>=4.25.3
|