Spaces:
Runtime error
Runtime error
Jorge Henao
commited on
Commit
•
1b95b93
1
Parent(s):
d8bd756
stence transformer update
Browse files- __pycache__/config.cpython-38.pyc +0 -0
- requirements.txt +2 -1
__pycache__/config.cpython-38.pyc
CHANGED
Binary files a/__pycache__/config.cpython-38.pyc and b/__pycache__/config.cpython-38.pyc differ
|
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
transformers==4.19.2
|
2 |
torch==1.10.2
|
3 |
#farm-haystack==1.5.0
|
4 |
-
farm-haystack[pinecone]==1.5.0
|
|
|
|
1 |
transformers==4.19.2
|
2 |
torch==1.10.2
|
3 |
#farm-haystack==1.5.0
|
4 |
+
farm-haystack[pinecone]==1.5.0
|
5 |
+
pinecone-client<=2.0.10
|