Update requirements.txt
Browse files- requirements.txt +31 -35
requirements.txt
CHANGED
@@ -1,38 +1,34 @@
|
|
|
|
|
|
1 |
pillow==9.4.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
scikit-learn
|
9 |
-
pandas
|
10 |
timm==0.4.12
|
11 |
-
numpy==1.23.
|
12 |
-
einops
|
13 |
-
fvcore
|
14 |
-
transformers==4.
|
15 |
-
sentencepiece
|
16 |
-
ftfy
|
17 |
-
regex
|
18 |
-
nltk
|
|
|
19 |
vision-datasets==0.2.2
|
20 |
-
cython
|
21 |
-
pycocotools
|
22 |
-
diffdist
|
23 |
-
pyarrow
|
24 |
-
cityscapesscripts
|
25 |
-
shapely
|
26 |
-
scikit-image
|
27 |
-
mup
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
accelerate
|
35 |
-
altair
|
36 |
-
openai
|
37 |
-
git+https://github.com/arogozhnikov/einops.git
|
38 |
-
git+https://github.com/openai/whisper.git
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
pillow==9.4.0
|
4 |
+
opencv-python==4.8.1.78
|
5 |
+
pyyaml==6.0.1
|
6 |
+
json_tricks==3.17.3
|
7 |
+
yacs==0.1.8
|
8 |
+
scikit-learn==1.3.1
|
9 |
+
pandas==2.0.3
|
|
|
|
|
10 |
timm==0.4.12
|
11 |
+
numpy==1.23.1
|
12 |
+
einops==0.7.0
|
13 |
+
fvcore==0.1.5.post20221221
|
14 |
+
transformers==4.34.0
|
15 |
+
sentencepiece==0.1.99
|
16 |
+
ftfy==6.1.1
|
17 |
+
regex==2023.10.3
|
18 |
+
nltk==3.8.1
|
19 |
+
mpi4py==3.1.5
|
20 |
vision-datasets==0.2.2
|
21 |
+
cython==3.0.2
|
22 |
+
pycocotools==2.0.7
|
23 |
+
diffdist==0.1
|
24 |
+
pyarrow==13.0.0
|
25 |
+
cityscapesscripts==2.2.2
|
26 |
+
shapely==1.8.0
|
27 |
+
scikit-image==0.21.0
|
28 |
+
mup==1.0.0
|
29 |
+
accelerate==0.23.0
|
30 |
+
kornia==0.7.0
|
31 |
+
deepspeed==0.10.3
|
32 |
+
wandb==0.15.12
|
33 |
+
infinibatch==0.1.1
|
34 |
+
gradio==3.42.0
|
|
|
|
|
|
|
|
|
|