Spaces:
Runtime error
Runtime error
added accelerate for CPU inference
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ chromadb
|
|
3 |
langchain
|
4 |
boto3
|
5 |
unstructured
|
6 |
-
unstructured[local-inference]
|
|
|
|
3 |
langchain
|
4 |
boto3
|
5 |
unstructured
|
6 |
+
unstructured[local-inference]
|
7 |
+
accelerate
|