Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
pillow>=9.0.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
huggingface-hub>=0.16.0
|