Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
·
3e435c0
1
Parent(s):
e08263a
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
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
|
@@ -9,9 +8,9 @@ git+https://github.com/huggingface/transformers
|
|
9 |
scipy
|
10 |
ftfy
|
11 |
psutil
|
12 |
-
accelerate
|
13 |
OmegaConf
|
14 |
pytorch_lightning
|
15 |
-
triton
|
16 |
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
17 |
-
|
|
|
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
|
|
|
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
|