mshukor
commited on
Commit
•
d17bbed
1
Parent(s):
c3325f7
merge
Browse files- requirements.txt +68 -34
requirements.txt
CHANGED
@@ -1,38 +1,72 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
timm==0.6.12
|
27 |
torch
|
28 |
torchaudio
|
29 |
torchvision
|
30 |
transformers
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
#
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
apex
|
2 |
+
av
|
3 |
+
decord
|
4 |
+
deepspeed
|
5 |
+
dotmap
|
6 |
+
einops
|
7 |
+
fairscale
|
8 |
+
ftfy
|
9 |
+
h5py
|
10 |
+
matplotlib
|
11 |
+
numpy
|
12 |
+
opencv_python
|
13 |
+
Pillow
|
14 |
+
python_hostlist
|
15 |
+
regex
|
16 |
+
scikit_image
|
17 |
+
scikit_learn
|
18 |
+
scipy
|
19 |
+
sentencepiece
|
20 |
+
setuptools
|
21 |
+
skimage
|
22 |
+
slowfast
|
23 |
+
submitit
|
24 |
+
tensorflow
|
25 |
+
timm
|
|
|
26 |
torch
|
27 |
torchaudio
|
28 |
torchvision
|
29 |
transformers
|
30 |
+
torchlibrosa
|
31 |
+
torchtyping
|
32 |
+
tqdm
|
33 |
+
ruamel.yaml
|
34 |
+
|
35 |
+
# # accelerate==0.11.0
|
36 |
+
# apex==0.9.10.dev0
|
37 |
+
# av==10.0.0
|
38 |
+
# decord==0.6.0
|
39 |
+
# deepspeed==0.8.2
|
40 |
+
# dotmap==1.3.30
|
41 |
+
# einops==0.6.0
|
42 |
+
# fairscale==0.4.13
|
43 |
+
# ftfy==6.1.1
|
44 |
+
# h5py==3.7.0
|
45 |
+
# matplotlib==3.5.3
|
46 |
+
# numpy==1.23.1
|
47 |
+
# opencv_python==4.6.0.66
|
48 |
+
# Pillow==9.4.0
|
49 |
+
# python_hostlist==1.23.0
|
50 |
+
# regex==2022.7.9
|
51 |
+
# scikit_image==0.19.3
|
52 |
+
# scikit_learn==1.2.2
|
53 |
+
# scipy==1.9.1
|
54 |
+
# sentencepiece==0.1.97
|
55 |
+
# setuptools==59.6.0
|
56 |
+
# skimage==0.0
|
57 |
+
# slowfast==1.0
|
58 |
+
# submitit==1.4.5
|
59 |
+
# tensorflow==2.12.0
|
60 |
+
# timm==0.6.12
|
61 |
+
# torch
|
62 |
+
# torchaudio
|
63 |
+
# torchvision
|
64 |
+
# transformers
|
65 |
+
# # torch==1.13.1+cu116
|
66 |
+
# # torchaudio==0.13.1+cu116
|
67 |
+
# torchlibrosa==0.1.0
|
68 |
+
# torchtyping==0.1.4
|
69 |
+
# # torchvision==0.14.1+cu116
|
70 |
+
# tqdm==4.64.0
|
71 |
+
# # transformers==4.24.0
|
72 |
+
# ruamel.yaml
|