Spaces:
Runtime error
Runtime error
fix conflict
Browse files- requirements.txt +3 -15
requirements.txt
CHANGED
|
@@ -1,22 +1,10 @@
|
|
| 1 |
-
<<<<<<< HEAD
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu116
|
| 3 |
-
torch
|
| 4 |
diffusers
|
| 5 |
transformers
|
| 6 |
scipy
|
| 7 |
ftfy
|
| 8 |
datasets
|
| 9 |
gradio==3.5
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
# ray[serve]
|
| 13 |
-
=======
|
| 14 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 15 |
-
torch==1.12.1+cu113
|
| 16 |
-
diffusers==0.3.0
|
| 17 |
-
transformers==4.22.2
|
| 18 |
-
scipy==1.9.1
|
| 19 |
-
ftfy==6.1.1
|
| 20 |
-
datasets==2.5.1
|
| 21 |
-
onnxruntime==1.12.1
|
| 22 |
-
>>>>>>> a680d9594c0ff489aea01c48f81a693c55dffb9d
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu116
|
| 2 |
+
torch==1.12.1+cu116
|
| 3 |
diffusers
|
| 4 |
transformers
|
| 5 |
scipy
|
| 6 |
ftfy
|
| 7 |
datasets
|
| 8 |
gradio==3.5
|
| 9 |
+
accelerate
|
| 10 |
+
ray[serve]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|