Commit
·
62e0cf8
1
Parent(s):
f9acf8f
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch
|
3 |
diffusers
|
4 |
transformers
|
5 |
accelerate
|
6 |
ftfy
|
7 |
triton==2.0.0.dev20221202
|
8 |
-
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch
|
3 |
diffusers
|
4 |
transformers
|
5 |
accelerate
|
6 |
ftfy
|
7 |
triton==2.0.0.dev20221202
|
8 |
+
xformers
|