Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
huggingface-hub==0.26.2
|
9 |
-
sentencepiece
|
10 |
-
psutil
|
|
|
1 |
+
transformers==4.33.2
|
2 |
+
datasets==2.14.5
|
3 |
+
torch==2.0.1
|
4 |
+
torchvision==0.15.2
|
5 |
+
evaluate==0.4.0
|
6 |
+
customtkinter==5.2.0
|
7 |
+
Pillow==10.0.0
|
8 |
+
|
9 |
huggingface-hub==0.26.2
|
|
|
|