Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -6,8 +6,7 @@ langchain-huggingface
|
|
| 6 |
langchain-text-splitters
|
| 7 |
faiss-cpu
|
| 8 |
sentence-transformers
|
| 9 |
-
|
| 10 |
-
optimum
|
| 11 |
onnx
|
| 12 |
-
onnxruntime
|
| 13 |
-
|
|
|
|
| 6 |
langchain-text-splitters
|
| 7 |
faiss-cpu
|
| 8 |
sentence-transformers
|
| 9 |
+
transformers
|
|
|
|
| 10 |
onnx
|
| 11 |
+
# CHANGE: Install optimum with the onnxruntime extra
|
| 12 |
+
optimum[onnxruntime]
|