netrosec commited on
Commit
19ca622
·
verified ·
1 Parent(s): d00dc43

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +147 -0
requirements.txt ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.30.1
3
+ aiofiles==23.2.1
4
+ aiohttp==3.9.5
5
+ aiosignal==1.3.1
6
+ altair==5.3.0
7
+ annotated-types==0.6.0
8
+ anyio==4.3.0
9
+ async-timeout==4.0.3
10
+ attrs==23.2.0
11
+ blinker==1.8.2
12
+ cachetools==5.3.3
13
+ certifi==2024.2.2
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ coloredlogs==15.0.1
17
+ contourpy==1.1.1
18
+ cycler==0.12.1
19
+ datasets==2.19.1
20
+ deepspeed==0.14.2
21
+ diffusers @ file:///home/jupyter/diffusers
22
+ dill==0.3.8
23
+ dnspython==2.6.1
24
+ email_validator==2.1.1
25
+ exceptiongroup==1.2.1
26
+ fastapi==0.111.0
27
+ fastapi-cli==0.0.3
28
+ ffmpy==0.3.2
29
+ filelock==3.14.0
30
+ Flask==3.0.3
31
+ flatbuffers==24.3.25
32
+ fonttools==4.51.0
33
+ frozenlist==1.4.1
34
+ fsspec==2024.3.1
35
+ ftfy==6.2.0
36
+ google-auth==2.29.0
37
+ google-auth-oauthlib==1.0.0
38
+ gradio==4.31.0
39
+ gradio_client==0.16.2
40
+ grpcio==1.63.0
41
+ h11==0.14.0
42
+ hjson==3.1.0
43
+ httpcore==1.0.5
44
+ httptools==0.6.1
45
+ httpx==0.27.0
46
+ huggingface-hub==0.23.0
47
+ humanfriendly==10.0
48
+ idna==3.7
49
+ importlib_metadata==7.1.0
50
+ importlib_resources==6.4.0
51
+ itsdangerous==2.2.0
52
+ Jinja2==3.1.4
53
+ jsonschema==4.22.0
54
+ jsonschema-specifications==2023.12.1
55
+ kiwisolver==1.4.5
56
+ Markdown==3.6
57
+ markdown-it-py==3.0.0
58
+ MarkupSafe==2.1.5
59
+ matplotlib==3.7.5
60
+ mdurl==0.1.2
61
+ mpmath==1.3.0
62
+ multidict==6.0.5
63
+ multiprocess==0.70.16
64
+ networkx==3.0
65
+ ninja==1.11.1.1
66
+ numpy==1.24.4
67
+ nvidia-cublas-cu11==11.11.3.6
68
+ nvidia-cuda-cupti-cu11==11.8.87
69
+ nvidia-cuda-nvrtc-cu11==11.8.89
70
+ nvidia-cuda-runtime-cu11==11.8.89
71
+ nvidia-cudnn-cu11==8.7.0.84
72
+ nvidia-cufft-cu11==10.9.0.58
73
+ nvidia-curand-cu11==10.3.0.86
74
+ nvidia-cusolver-cu11==11.4.1.48
75
+ nvidia-cusparse-cu11==11.7.5.86
76
+ nvidia-nccl-cu11==2.20.5
77
+ nvidia-nvtx-cu11==11.8.86
78
+ oauthlib==3.2.2
79
+ onnx==1.16.0
80
+ onnxruntime==1.17.3
81
+ opencv-python==4.9.0.80
82
+ orjson==3.10.3
83
+ packaging==24.0
84
+ pandas==2.0.3
85
+ peft==0.7.0
86
+ pillow==10.3.0
87
+ pkgutil_resolve_name==1.3.10
88
+ protobuf==5.26.1
89
+ psutil==5.9.8
90
+ py-cpuinfo==9.0.0
91
+ pyarrow==16.1.0
92
+ pyarrow-hotfix==0.6
93
+ pyasn1==0.6.0
94
+ pyasn1_modules==0.4.0
95
+ pycocotools==2.0.7
96
+ pydantic==2.7.1
97
+ pydantic_core==2.18.2
98
+ pydub==0.25.1
99
+ Pygments==2.18.0
100
+ pynvml==11.5.0
101
+ pyparsing==3.1.2
102
+ python-dateutil==2.9.0.post0
103
+ python-dotenv==1.0.1
104
+ python-multipart==0.0.9
105
+ pytz==2024.1
106
+ PyYAML==6.0.1
107
+ referencing==0.35.1
108
+ regex==2024.5.15
109
+ requests==2.31.0
110
+ requests-oauthlib==2.0.0
111
+ rich==13.7.1
112
+ rpds-py==0.18.1
113
+ rsa==4.9
114
+ ruff==0.4.4
115
+ safetensors==0.4.3
116
+ segment_anything @ git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
117
+ semantic-version==2.10.0
118
+ shellingham==1.5.4
119
+ six==1.16.0
120
+ sniffio==1.3.1
121
+ starlette==0.37.2
122
+ sympy==1.12
123
+ tensorboard==2.14.0
124
+ tensorboard-data-server==0.7.2
125
+ tokenizers==0.19.1
126
+ tomlkit==0.12.0
127
+ toolz==0.12.1
128
+ torch==2.3.0+cu118
129
+ torchaudio==2.3.0+cu118
130
+ torchvision==0.18.0+cu118
131
+ tqdm==4.66.4
132
+ transformers==4.40.2
133
+ triton==2.3.0
134
+ typer==0.12.3
135
+ typing_extensions==4.11.0
136
+ tzdata==2024.1
137
+ ujson==5.10.0
138
+ urllib3==2.2.1
139
+ uvicorn==0.29.0
140
+ uvloop==0.19.0
141
+ watchfiles==0.21.0
142
+ wcwidth==0.2.13
143
+ websockets==11.0.3
144
+ Werkzeug==3.0.3
145
+ xxhash==3.4.1
146
+ yarl==1.9.4
147
+ zipp==3.18.1