Balaji23 commited on
Commit
7c2bf18
1 Parent(s): 217195a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -129
requirements.txt CHANGED
@@ -1,129 +1,23 @@
1
- absl-py==2.1.0
2
- accelerate==0.25.0
3
- addict==2.4.0
4
- aiofiles==23.2.1
5
- altair==5.3.0
6
- annotated-types==0.7.0
7
- antlr4-python3-runtime==4.9.3
8
- anyio==4.4.0
9
- attrs==23.2.0
10
- av==12.2.0
11
- basicsr==1.4.2
12
- bitsandbytes==0.39.0
13
- certifi==2024.7.4
14
- charset-normalizer==3.3.2
15
- click==8.1.7
16
- cloudpickle==3.0.0
17
- colorama==0.4.6
18
- coloredlogs==15.0.1
19
- contourpy==1.2.1
20
- cycler==0.12.1
21
- diffusers==0.25.0
22
- dnspython==2.6.1
23
- einops==0.7.0
24
- email_validator==2.2.0
25
- exceptiongroup==1.2.2
26
- fastapi==0.111.1
27
- fastapi-cli==0.0.4
28
- ffmpy==0.3.2
29
- filelock==3.15.4
30
- flatbuffers==24.3.25
31
- fonttools==4.53.1
32
- fsspec==2024.6.1
33
- future==1.0.0
34
- fvcore==0.1.5.post20221221
35
- gradio==4.24.0
36
- gradio_client==0.14.0
37
- grpcio==1.64.1
38
- h11==0.14.0
39
- httpcore==1.0.5
40
- httptools==0.6.1
41
- httpx==0.27.0
42
- huggingface-hub==0.23.4
43
- humanfriendly==10.0
44
- idna==3.7
45
- imageio==2.34.2
46
- importlib_metadata==8.0.0
47
- importlib_resources==6.4.0
48
- iopath==0.1.10
49
- Jinja2==3.1.4
50
- jsonschema==4.23.0
51
- jsonschema-specifications==2023.12.1
52
- kiwisolver==1.4.5
53
- lazy_loader==0.4
54
- lightning-utilities==0.11.4
55
- lmdb==1.5.1
56
- Markdown==3.6
57
- markdown-it-py==3.0.0
58
- MarkupSafe==2.1.5
59
- matplotlib==3.9.1
60
- mdurl==0.1.2
61
- mpmath==1.3.0
62
- networkx==3.2.1
63
- numpy==1.26.4
64
- omegaconf==2.3.0
65
- onnxruntime==1.16.2
66
- opencv-python
67
- orjson==3.10.6
68
- packaging==24.1
69
- pandas==2.2.2
70
- pillow==10.4.0
71
- platformdirs==4.2.2
72
- portalocker==2.10.1
73
- protobuf==4.25.3
74
- psutil==6.0.0
75
- pycocotools==2.0.8
76
- pydantic==2.8.2
77
- pydantic_core==2.20.1
78
- pydub==0.25.1
79
- Pygments==2.18.0
80
- pyparsing==3.1.2
81
- pyreadline3==3.4.1
82
- python-dateutil==2.9.0.post0
83
- python-dotenv==1.0.1
84
- python-multipart==0.0.9
85
- pytorch-triton==0.0.1
86
- pytz==2024.1
87
- pywin32==306
88
- PyYAML==6.0.1
89
- referencing==0.35.1
90
- regex==2024.5.15
91
- requests==2.32.3
92
- rich==13.7.1
93
- rpds-py==0.19.0
94
- ruff==0.5.2
95
- safetensors==0.4.3
96
- scikit-image==0.24.0
97
- scipy==1.11.1
98
- semantic-version==2.10.0
99
- shellingham==1.5.4
100
- six==1.16.0
101
- sniffio==1.3.1
102
- starlette==0.37.2
103
- sympy==1.13.0
104
- tabulate==0.9.0
105
- tb-nightly==2.18.0a20240714
106
- tensorboard-data-server==0.7.2
107
- termcolor==2.4.0
108
- tifffile==2024.7.2
109
- tokenizers==0.15.2
110
- tomli==2.0.1
111
- tomlkit==0.12.0
112
- toolz==0.12.1
113
- torch==2.0.1+cu118
114
- torchaudio==2.0.2+cu118
115
- torchmetrics==1.2.1
116
- torchvision==0.15.2+cu118
117
- tqdm==4.66.1
118
- transformers==4.36.2
119
- typer==0.12.3
120
- typing_extensions==4.12.2
121
- tzdata==2024.1
122
- urllib3==2.2.2
123
- uvicorn==0.30.1
124
- watchfiles==0.22.0
125
- websockets==11.0.3
126
- Werkzeug==3.0.3
127
- yacs==0.1.8
128
- yapf==0.40.2
129
- zipp==3.19.2
 
1
+ transformers==4.36.2
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ torchaudio==2.0.2
5
+ numpy==1.24.4
6
+ scipy==1.10.1
7
+ scikit-image==0.21.0
8
+ opencv-python==4.7.0.72
9
+ pillow==9.4.0
10
+ diffusers==0.25.0
11
+ transformers==4.36.2
12
+ accelerate==0.26.1
13
+ matplotlib==3.7.4
14
+ tqdm==4.64.1
15
+ config==0.5.1
16
+ einops==0.7.0
17
+ onnxruntime==1.16.2
18
+ basicsr
19
+ av
20
+ fvcore
21
+ cloudpickle
22
+ omegaconf
23
+ pycocotools