Spaces:
Runtime error
Runtime error
requirement
Browse files- requirements.txt +60 -0
requirements.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
accelerate==0.28.0
|
3 |
+
braceexpand==0.1.7
|
4 |
+
click==8.1.7
|
5 |
+
deepspeed==0.9.5
|
6 |
+
diffusers
|
7 |
+
easyocr==1.7.1
|
8 |
+
filelock==3.9.0
|
9 |
+
Flask==3.0.2
|
10 |
+
hjson==3.1.0
|
11 |
+
huggingface-hub
|
12 |
+
hydra-core==1.3.2
|
13 |
+
imageio==2.34.0
|
14 |
+
Markdown==3.6
|
15 |
+
MarkupSafe==2.1.3
|
16 |
+
matplotlib==3.7.5
|
17 |
+
matplotlib-inline==0.1.6
|
18 |
+
ninja==1.11.1.1
|
19 |
+
numpy==1.23.5
|
20 |
+
omegaconf==2.3.0
|
21 |
+
opencv-python-headless==4.9.0.80
|
22 |
+
packaging==24.0
|
23 |
+
pandas==2.0.3
|
24 |
+
peft==0.4.0
|
25 |
+
pillow==10.2.0
|
26 |
+
pip==23.3.1
|
27 |
+
protobuf==4.21.2
|
28 |
+
pyrootutils==1.0.4
|
29 |
+
pytorch-lightning==2.2.1
|
30 |
+
PyWavelets==1.4.1
|
31 |
+
PyYAML==6.0.1
|
32 |
+
regex==2023.12.25
|
33 |
+
requests==2.31.0
|
34 |
+
safetensors==0.4.2
|
35 |
+
scikit-image==0.21.0
|
36 |
+
scipy==1.10.1
|
37 |
+
seaborn==0.13.2
|
38 |
+
sentencepiece==0.2.0
|
39 |
+
sentry-sdk==1.43.0
|
40 |
+
setproctitle==1.3.3
|
41 |
+
setuptools==68.2.2
|
42 |
+
shapely==2.0.3
|
43 |
+
six==1.16.0
|
44 |
+
smmap==5.0.1
|
45 |
+
tensorboard==2.14.0
|
46 |
+
tensorboard-data-server==0.7.2
|
47 |
+
thop==0.1.1.post2209072238
|
48 |
+
tokenizers==0.14.1
|
49 |
+
tqdm==4.66.2
|
50 |
+
transformers==4.34.0
|
51 |
+
triton==2.1.0
|
52 |
+
typing_extensions==4.8.0
|
53 |
+
wandb==0.16.4
|
54 |
+
Werkzeug==3.0.1
|
55 |
+
wheel==0.41.2
|
56 |
+
xformers==0.0.23.post1
|
57 |
+
zipp==3.18.1
|
58 |
+
hydra
|
59 |
+
pyrootutils
|
60 |
+
torchdata
|