Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,5 @@ python-pptx==0.6.21
|
|
| 5 |
python-docx==0.8.11
|
| 6 |
torch==2.0.1
|
| 7 |
requests==2.28.1
|
|
|
|
|
|
|
|
|
| 5 |
python-docx==0.8.11
|
| 6 |
torch==2.0.1
|
| 7 |
requests==2.28.1
|
| 8 |
+
sentencepiece==0.1.96 # Add sentencepiece for tokenizer compatibility
|
| 9 |
+
numpy==1.21.6 # Downgrade to a compatible version of NumPy
|