Spaces:
Runtime error
Runtime error
eolecvk
commited on
Commit
•
30e3689
1
Parent(s):
3516ca6
multi gpu reqs
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
torch
|
3 |
diffusers
|
4 |
transformers
|
5 |
scipy
|
6 |
ftfy
|
7 |
datasets
|
8 |
-
gradio==3.5
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
torch
|
3 |
diffusers
|
4 |
transformers
|
5 |
scipy
|
6 |
ftfy
|
7 |
datasets
|
8 |
+
gradio==3.5
|
9 |
+
|
10 |
+
# accelerate
|
11 |
+
# ray[serve]
|