Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -2,16 +2,18 @@
|
|
2 |
torch
|
3 |
https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp38-cp38-linux_x86_64.whl
|
4 |
torchvision==0.14.1+cu117
|
5 |
-
|
6 |
-
git+https://github.com/huggingface/diffusers.git
|
7 |
-
|
8 |
-
git+https://github.com/huggingface/transformers
|
9 |
scipy
|
10 |
ftfy
|
11 |
psutil
|
12 |
-
accelerate==0.16.0
|
|
|
|
|
13 |
OmegaConf
|
14 |
pytorch_lightning
|
15 |
triton==2.0.0.dev20230208
|
16 |
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
17 |
-
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
|
|
|
2 |
torch
|
3 |
https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp38-cp38-linux_x86_64.whl
|
4 |
torchvision==0.14.1+cu117
|
5 |
+
diffusers
|
6 |
+
#git+https://github.com/huggingface/diffusers.git
|
7 |
+
transformers
|
8 |
+
#git+https://github.com/huggingface/transformers
|
9 |
scipy
|
10 |
ftfy
|
11 |
psutil
|
12 |
+
#accelerate==0.16.0
|
13 |
+
xformers
|
14 |
+
accelerate
|
15 |
OmegaConf
|
16 |
pytorch_lightning
|
17 |
triton==2.0.0.dev20230208
|
18 |
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
19 |
+
#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
|