Spaces:
Build error
Build error
Commit
·
d53ea8b
1
Parent(s):
b3af790
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
|
4 |
-
https://download.pytorch.org/whl/cu113/torchvision-0.13.1%2Bcu113-cp38-cp38-linux_x86_64.whl
|
5 |
#diffusers
|
6 |
git+https://github.com/huggingface/diffusers.git
|
7 |
#transformers
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.12.1cu113
|
3 |
+
torchvision==0.13.1+cu113
|
|
|
4 |
#diffusers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
#transformers
|