Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
|
|
1 |
transformers==4.31.0
|
2 |
datasets==2.14.5
|
3 |
torch==2.0.1
|
4 |
ipython==8.12.2
|
5 |
-
|
|
|
1 |
+
SentencePiece
|
2 |
transformers==4.31.0
|
3 |
datasets==2.14.5
|
4 |
torch==2.0.1
|
5 |
ipython==8.12.2
|
6 |
+
numpy==1.24.3
|