Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets==2.19.0
|
2 |
+
einops==0.8.0
|
3 |
+
faiss-cpu
|
4 |
+
ftfy==6.2.0
|
5 |
+
gradio==4.29.0
|
6 |
+
huggingface_hub==0.23.0
|
7 |
+
loguru==0.7.2
|
8 |
+
mmcv==2.2.0
|
9 |
+
numpy==1.24.4
|
10 |
+
pandas==2.0.3
|
11 |
+
Pillow==9.1.0
|
12 |
+
PyYAML==6.0
|
13 |
+
regex==2024.4.28
|
14 |
+
scikit_learn==1.3.2
|
15 |
+
timm==0.9.16
|
16 |
+
torch==1.11.0
|
17 |
+
torchvision==0.12.0
|
18 |
+
tqdm==4.66.4
|
19 |
+
transformers==4.40.1
|
20 |
+
usearch==2.12.0
|