Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
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
|
7 |
transformers
|
|
|
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 |
+
torchvision
|
6 |
diffusers
|
7 |
#git+https://github.com/huggingface/diffusers.git
|
8 |
transformers
|