Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ xformers
|
|
2 |
bitsandbytes
|
3 |
transformers
|
4 |
accelerate
|
5 |
-
|
6 |
-
|
|
|
7 |
git+https://github.com/huggingface/diffusers.git
|
|
|
2 |
bitsandbytes
|
3 |
transformers
|
4 |
accelerate
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
6 |
+
torch==1.12.1+cu113
|
7 |
+
torchvision==0.13.1+cu113
|
8 |
git+https://github.com/huggingface/diffusers.git
|