Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
transformers>=4.30.0
|
| 4 |
+
accelerate>=0.20.0
|
| 5 |
+
datasets>=2.12.0
|
| 6 |
+
pillow>=9.0.0
|
| 7 |
+
numpy>=1.21.0
|
| 8 |
+
scikit-learn>=1.0.0
|
| 9 |
+
matplotlib>=3.5.0
|
| 10 |
+
seaborn>=0.11.0
|
| 11 |
+
tensorboard>=2.13.0
|
| 12 |
+
tqdm>=4.64.0
|
| 13 |
+
wandb>=0.15.0
|
| 14 |
+
opencv-python>=4.7.0
|
| 15 |
+
pandas>=1.5.0
|