Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
•
e5bafc5
1
Parent(s):
74d13e4
Update requirements.txt
Browse files- requirements.txt +26 -12
requirements.txt
CHANGED
@@ -1,16 +1,30 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
#diffusers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
-
#transformers
|
7 |
-
git+https://github.com/huggingface/transformers
|
8 |
scipy
|
9 |
ftfy
|
10 |
-
psutil
|
11 |
-
accelerate
|
12 |
-
OmegaConf
|
13 |
-
pytorch_lightning
|
14 |
-
triton
|
15 |
-
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
16 |
-
xformers
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
addict==2.4.0
|
3 |
+
albumentations==1.3.0
|
4 |
+
einops==0.6.0
|
5 |
+
gradio==3.21
|
6 |
+
huggingface-hub==0.13.2
|
7 |
+
imageio==2.26.0
|
8 |
+
imageio-ffmpeg==0.4.8
|
9 |
+
kornia
|
10 |
+
omegaconf==2.3.0
|
11 |
+
open-clip-torch
|
12 |
+
opencv-contrib-python==4.7.0.72
|
13 |
+
opencv-python-headless==4.7.0.72
|
14 |
+
prettytable==3.6.0
|
15 |
+
pytorch-lightning
|
16 |
+
safetensors==0.3.0
|
17 |
+
timm
|
18 |
+
https://download.pytorch.org/whl/cu118/torch-2.0.0%2Bcu118-cp39-cp39-linux_x86_64.whl
|
19 |
+
https://download.pytorch.org/whl/cu118/torchvision-0.15.1%2Bcu118-cp39-cp39-linux_x86_64.whl
|
20 |
+
transformers==4.27.1
|
21 |
+
datasets==2.9.0
|
22 |
+
accelerate
|
23 |
+
evaluate==0.4.0
|
24 |
+
yapf==0.32.0
|
25 |
+
Triton==2.0.0
|
26 |
#diffusers
|
27 |
git+https://github.com/huggingface/diffusers.git
|
|
|
|
|
28 |
scipy
|
29 |
ftfy
|
30 |
+
psutil
|
|
|
|
|
|
|
|
|
|
|
|