Spaces:
Running
on
A10G
Running
on
A10G
Update requirements.txt
Browse files- requirements.txt +30 -2
requirements.txt
CHANGED
@@ -1,2 +1,30 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
basicsr
|
3 |
+
diffusers==0.18.2
|
4 |
+
einops
|
5 |
+
gradio
|
6 |
+
imageio
|
7 |
+
matplotlib
|
8 |
+
mmdet==3.2.0
|
9 |
+
mmpose==1.2.0
|
10 |
+
numpy
|
11 |
+
omegaconf
|
12 |
+
opencv_python
|
13 |
+
openvino
|
14 |
+
pandas
|
15 |
+
Pillow
|
16 |
+
prettytable
|
17 |
+
pytorch_lightning
|
18 |
+
PyYAML
|
19 |
+
safetensors
|
20 |
+
scipy
|
21 |
+
setuptools
|
22 |
+
scikit-image
|
23 |
+
timm==0.6.7
|
24 |
+
torch_tb_profiler
|
25 |
+
tqdm
|
26 |
+
transformers
|
27 |
+
torch==2.0.1
|
28 |
+
torchvision==0.15.2
|
29 |
+
torchaudio==2.0.2
|
30 |
+
xformers==0.0.20
|