Spaces:
Runtime error
Runtime error
Commit
·
d2dd4f2
1
Parent(s):
6811c76
Update requirements.txt
Browse files- requirements.txt +17 -2
requirements.txt
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
addict==2.4.0
|
2 |
albumentations==1.3.0
|
3 |
einops==0.6.0
|
@@ -14,8 +31,6 @@ prettytable==3.6.0
|
|
14 |
pytorch-lightning==1.9.0
|
15 |
safetensors==0.2.8
|
16 |
timm==0.6.12
|
17 |
-
torch==1.13.1
|
18 |
-
torchvision==0.14.1
|
19 |
yapf==0.32.0
|
20 |
|
21 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch
|
3 |
+
torchvision==0.14.1+cu117
|
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==0.16.0
|
12 |
+
#OmegaConf
|
13 |
+
#pytorch_lightning
|
14 |
+
triton==2.0.0.dev20230208
|
15 |
+
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
16 |
+
https://github.com/ZyCromerZ/xformers_builds/releases/download/xformers-2023-02-12-Py-3.8-Cuda-11.8.0-PyTorch-1.13.1%2Bcu117-ubuntu-18.04/xformers-0.0.17+12c076d.d20230212-cp38-cp38-linux_x86_64.whl
|
17 |
+
|
18 |
addict==2.4.0
|
19 |
albumentations==1.3.0
|
20 |
einops==0.6.0
|
|
|
31 |
pytorch-lightning==1.9.0
|
32 |
safetensors==0.2.8
|
33 |
timm==0.6.12
|
|
|
|
|
34 |
yapf==0.32.0
|
35 |
|
36 |
--extra-index-url https://download.pytorch.org/whl/cu117
|