Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
accelerate
|
2 |
diffusers
|
3 |
invisible_watermark
|
4 |
-
torch
|
|
|
|
|
5 |
transformers
|
6 |
xformers
|
7 |
fairscale
|
|
|
1 |
accelerate
|
2 |
diffusers
|
3 |
invisible_watermark
|
4 |
+
torch --index-url https://download.pytorch.org/whl/cu121
|
5 |
+
torchvision --index-url https://download.pytorch.org/whl/cu121
|
6 |
+
torchaudio --index-url https://download.pytorch.org/whl/cu121
|
7 |
transformers
|
8 |
xformers
|
9 |
fairscale
|