Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
#-f --extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
torch
|
3 |
numpy
|
4 |
torchvision
|
@@ -6,5 +5,4 @@ transformers
|
|
6 |
accelerate
|
7 |
ftfy
|
8 |
git+https://github.com/huggingface/diffusers
|
9 |
-
modin[all]
|
10 |
-
#xformers
|
|
|
|
|
1 |
torch
|
2 |
numpy
|
3 |
torchvision
|
|
|
5 |
accelerate
|
6 |
ftfy
|
7 |
git+https://github.com/huggingface/diffusers
|
8 |
+
modin[all]
|
|