Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
torchvision>=0.10.0
|
3 |
+
Pillow>=8.0.0
|
4 |
+
numpy>=1.21.0
|
5 |
+
tqdm>=4.62.0
|
6 |
+
transformers>=4.10.0
|
7 |
+
datasets>=1.18.0
|