iohanngrig commited on
Commit
d8121ca
1 Parent(s): f4ee239

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -6
requirements.txt CHANGED
@@ -1,6 +1,118 @@
1
- torch
2
- diffusers
3
- transformers
4
- accelerate
5
- streamlist
6
- flask
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.26.1
2
+ altair==5.2.0
3
+ anyio==4.2.0
4
+ APScheduler==3.10.1
5
+ attrs==23.2.0
6
+ blinker==1.7.0
7
+ cachetools==5.3.2
8
+ certifi==2023.11.17
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ coloredlogs==15.0.1
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ Cython==3.0.0
15
+ diffusers==0.25.1
16
+ docker==6.1.3
17
+ fastapi==0.96.0
18
+ filelock==3.13.1
19
+ Flask==3.0.1
20
+ flatbuffers==23.5.26
21
+ fonttools==4.47.2
22
+ fsspec==2023.12.2
23
+ gitdb==4.0.11
24
+ GitPython==3.1.41
25
+ GPUtil==1.4.0
26
+ huggingface-hub==0.20.3
27
+ humanfriendly==10.0
28
+ idna==3.6
29
+ imageio==2.33.1
30
+ importlib-metadata==7.0.1
31
+ iniconfig==2.0.0
32
+ itsdangerous==2.1.2
33
+ Jinja2==3.1.3
34
+ jsonschema==4.21.1
35
+ jsonschema-specifications==2023.12.1
36
+ kiwisolver==1.4.5
37
+ lazy_loader==0.3
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.4
40
+ matplotlib==3.8.2
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ networkx==3.2.1
44
+ numpy==1.25.2
45
+ nvidia-cublas-cu12==12.1.3.1
46
+ nvidia-cuda-cupti-cu12==12.1.105
47
+ nvidia-cuda-nvrtc-cu12==12.1.105
48
+ nvidia-cuda-runtime-cu12==12.1.105
49
+ nvidia-cudnn-cu12==8.9.2.26
50
+ nvidia-cufft-cu12==11.0.2.54
51
+ nvidia-curand-cu12==10.3.2.106
52
+ nvidia-cusolver-cu12==11.4.5.107
53
+ nvidia-cusparse-cu12==12.1.0.106
54
+ nvidia-nccl-cu12==2.18.1
55
+ nvidia-nvjitlink-cu12==12.3.101
56
+ nvidia-nvtx-cu12==12.1.105
57
+ onnxruntime==1.15.1
58
+ opencv-python==4.8.0.76
59
+ opencv-python-headless==4.8.1.78
60
+ packaging==23.2
61
+ pandas==2.2.0
62
+ piexif==1.1.3
63
+ pillow==10.2.0
64
+ pluggy==1.4.0
65
+ prometheus-client==0.19.0
66
+ prometheus-fastapi-instrumentator==6.0.0
67
+ protobuf==4.25.2
68
+ psutil==5.9.8
69
+ pyarrow==15.0.0
70
+ pybase64==1.3.2
71
+ pydantic==1.10.14
72
+ pydeck==0.8.1b0
73
+ Pygments==2.17.2
74
+ pyparsing==3.1.1
75
+ pytest==7.4.4
76
+ pytest-asyncio==0.21.1
77
+ python-dateutil==2.8.2
78
+ python-dotenv==1.0.1
79
+ pytz==2023.3.post1
80
+ PyYAML==6.0.1
81
+ redis==5.0.1
82
+ referencing==0.32.1
83
+ regex==2023.12.25
84
+ requests==2.31.0
85
+ requests-toolbelt==1.0.0
86
+ rich==13.5.2
87
+ rpds-py==0.17.1
88
+ safetensors==0.4.2
89
+ scikit-image==0.22.0
90
+ scipy==1.12.0
91
+ shapely==2.0.1
92
+ six==1.16.0
93
+ smmap==5.0.1
94
+ sniffio==1.3.0
95
+ starlette==0.27.0
96
+ streamlit==1.30.0
97
+ supervision==0.17.1
98
+ sympy==1.12
99
+ tenacity==8.2.3
100
+ tifffile==2023.12.9
101
+ tokenizers==0.15.1
102
+ toml==0.10.2
103
+ toolz==0.12.1
104
+ torch==2.1.2
105
+ tornado==6.4
106
+ tqdm==4.66.1
107
+ transformers==4.37.1
108
+ triton==2.1.0
109
+ typer==0.9.0
110
+ typing_extensions==4.9.0
111
+ tzdata==2023.4
112
+ tzlocal==5.2
113
+ urllib3==2.1.0
114
+ validators==0.22.0
115
+ watchdog==3.0.0
116
+ websocket-client==1.7.0
117
+ Werkzeug==3.0.1
118
+ zipp==3.17.0