Spaces:
Runtime error
Runtime error
Commit
·
bd5f9df
1
Parent(s):
d2dd4f2
Update requirements.txt
Browse files- requirements.txt +2 -18
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
|
|
2 |
torch
|
3 |
torchvision==0.14.1+cu117
|
4 |
#diffusers
|
@@ -31,21 +32,4 @@ prettytable==3.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
|
37 |
-
torch
|
38 |
-
torchvision==0.14.1+cu117
|
39 |
-
#diffusers
|
40 |
-
git+https://github.com/huggingface/diffusers.git
|
41 |
-
#transformers
|
42 |
-
git+https://github.com/huggingface/transformers
|
43 |
-
scipy
|
44 |
-
ftfy
|
45 |
-
psutil
|
46 |
-
accelerate==0.16.0
|
47 |
-
#OmegaConf
|
48 |
-
#pytorch_lightning
|
49 |
-
triton==2.0.0.dev20230208
|
50 |
-
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
51 |
-
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
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
protobuf==3.20
|
3 |
torch
|
4 |
torchvision==0.14.1+cu117
|
5 |
#diffusers
|
|
|
32 |
pytorch-lightning==1.9.0
|
33 |
safetensors==0.2.8
|
34 |
timm==0.6.12
|
35 |
+
yapf==0.32.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|