Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
·
a1d51e7
1
Parent(s):
cf6a707
Update requirements.txt
Browse files- requirements.txt +5 -20
requirements.txt
CHANGED
@@ -1,22 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
-
tensorflow
|
3 |
-
protobuf==3.20.3
|
4 |
-
torch
|
5 |
-
torchvision==0.14.1+cu117
|
6 |
-
#diffusers
|
7 |
-
git+https://github.com/huggingface/diffusers.git
|
8 |
-
#transformers
|
9 |
-
git+https://github.com/huggingface/transformers
|
10 |
-
scipy
|
11 |
-
ftfy
|
12 |
-
psutil
|
13 |
-
accelerate==0.16.0
|
14 |
-
#OmegaConf
|
15 |
-
#pytorch_lightning
|
16 |
-
triton==2.0.0.dev20230208
|
17 |
-
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
18 |
-
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
|
19 |
-
|
20 |
addict==2.4.0
|
21 |
albumentations==1.3.0
|
22 |
einops==0.6.0
|
@@ -33,4 +14,8 @@ prettytable==3.6.0
|
|
33 |
pytorch-lightning==1.9.0
|
34 |
safetensors==0.2.8
|
35 |
timm==0.6.12
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
addict==2.4.0
|
2 |
albumentations==1.3.0
|
3 |
einops==0.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 |
+
transformers==4.26.1
|
20 |
+
xformers==0.0.16
|
21 |
+
yapf==0.32.0
|