Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -94,4 +94,7 @@ wrapt==1.16.0
|
|
94 |
wsproto==1.2.0
|
95 |
yarl==1.11.1
|
96 |
zipp==3.20.2
|
97 |
-
transformers
|
|
|
|
|
|
|
|
94 |
wsproto==1.2.0
|
95 |
yarl==1.11.1
|
96 |
zipp==3.20.2
|
97 |
+
transformers==4.33.2
|
98 |
+
torch>=1.10
|
99 |
+
tokenizers>=0.10.0
|
100 |
+
datasets>=2.7.0
|