Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
|
@@ -1,17 +1,13 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch
|
| 3 |
-
torchvision
|
| 4 |
-
diffusers=
|
| 5 |
-
|
| 6 |
-
transformers==4.28.1
|
| 7 |
-
#git+https://github.com/huggingface/transformers
|
| 8 |
scipy
|
| 9 |
ftfy
|
| 10 |
psutil
|
| 11 |
-
accelerate
|
| 12 |
#OmegaConf
|
| 13 |
#pytorch_lightning
|
| 14 |
-
#triton==2.0.0.dev20220701
|
| 15 |
triton
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchvision
|
| 3 |
+
diffusers>=0.26.3
|
| 4 |
+
transformers>=4.38.2
|
|
|
|
|
|
|
| 5 |
scipy
|
| 6 |
ftfy
|
| 7 |
psutil
|
| 8 |
+
accelerate
|
| 9 |
#OmegaConf
|
| 10 |
#pytorch_lightning
|
|
|
|
| 11 |
triton
|
| 12 |
+
xformers
|
| 13 |
+
huggingface_hub>=0.21.4
|