Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -14,4 +14,8 @@ cython==0.29.37
|
|
| 14 |
pyyaml==6.0.2
|
| 15 |
argparse==1.4.0
|
| 16 |
onnxruntime==1.19.0
|
| 17 |
-
tqdm==4.66.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
pyyaml==6.0.2
|
| 15 |
argparse==1.4.0
|
| 16 |
onnxruntime==1.19.0
|
| 17 |
+
tqdm==4.66.5
|
| 18 |
+
transformers==4.40.0
|
| 19 |
+
huggingface_hub==0.21.3
|
| 20 |
+
tokenizers>=0.21
|
| 21 |
+
datasets==2.19.0
|