smhh24 commited on
Commit
e839a3b
·
verified ·
1 Parent(s): 6fe134e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +82 -0
requirements.txt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ appdirs
2
+ attrs
3
+ black
4
+ blosc2
5
+ botocore==1.34.54
6
+ certifi==2022.12.7
7
+ charset-normalizer
8
+ click
9
+ contourpy
10
+ cycler
11
+ docker-pycreds
12
+ einops==0.7.0
13
+ filelock
14
+ flake8==7.0.0
15
+ flake8-bugbear==24.2.6
16
+ flake8-comprehensions==3.14.0
17
+ fonttools
18
+ fsspec
19
+ fvcore==0.1.5.post20221221
20
+ gitdb
21
+ GitPython
22
+ h5py>=3.10.0
23
+ huggingface-hub>=0.22.0
24
+ idna
25
+ imageio
26
+ imath
27
+ iopath
28
+ isort
29
+ Jinja2
30
+ jmespath
31
+ kiwisolver
32
+ MarkupSafe
33
+ matplotlib
34
+ mccabe
35
+ mpmath
36
+ msgpack
37
+ mypy-extensions
38
+ ndindex
39
+ networkx
40
+ ninja
41
+ numexpr
42
+ numpy<2.0.0
43
+ opencv-python
44
+ OpenEXR
45
+ packaging
46
+ pandas
47
+ pathspec
48
+ pillow==10.2.0
49
+ platformdirs
50
+ portalocker
51
+ protobuf==4.25.3
52
+ psutil
53
+ py-cpuinfo
54
+ pycodestyle
55
+ pyflakes
56
+ pyparsing
57
+ python-dateutil
58
+ pytz
59
+ PyYAML
60
+ requests
61
+ safetensors
62
+ scipy
63
+ sentry-sdk
64
+ setproctitle
65
+ six
66
+ smmap
67
+ sympy
68
+ tables
69
+ tabulate
70
+ termcolor
71
+ timm
72
+ tqdm
73
+ triton==2.2.0
74
+ typing_extensions
75
+ tzdata==2024.1
76
+ urllib3==1.26.13
77
+ wandb
78
+ yacs
79
+ torch==2.2.0
80
+ torchvision==0.17.0
81
+ torchaudio==2.2.0
82
+ xformers==0.0.24