Spaces:
Runtime error
Runtime error
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]
|