Spaces:
Runtime error
Runtime error
陆鹿
commited on
Commit
·
2ad2f4a
1
Parent(s):
ff88d5b
add req
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
|
|
|
|
|
|
3 |
diffusers
|
4 |
#transformers
|
5 |
git+https://github.com/huggingface/transformers
|
6 |
accelerate
|
7 |
ftfy
|
8 |
-
onnxruntime-openvino
|
9 |
-
openvino
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
onnx
|
4 |
+
openvino
|
5 |
+
onnxruntime-openvino
|
6 |
diffusers
|
7 |
#transformers
|
8 |
git+https://github.com/huggingface/transformers
|
9 |
accelerate
|
10 |
ftfy
|
|
|
|