Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.3.1
|
| 3 |
+
torchvision==0.18.1
|
| 4 |
+
torchaudio==2.3.1
|
| 5 |
+
|
| 6 |
+
transformers==4.44.2
|
| 7 |
+
tokenizers==0.19.1
|
| 8 |
+
gradio>=4.40.0
|
| 9 |
+
pandas==2.2.2
|
| 10 |
+
scikit-learn>=1.3.0
|
| 11 |
+
xgboost>=2.0.0
|
| 12 |
+
matplotlib>=3.8.0
|
| 13 |
+
requests>=2.32.0
|
| 14 |
+
numpy>=1.26.4
|