Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
pandas
|
2 |
tqdm
|
3 |
pinecone-client
|
|
|
|
|
4 |
torch
|
5 |
git+https://github.com/UKPLab/sentence-transformers.git
|
6 |
transformers
|
|
|
1 |
pandas
|
2 |
tqdm
|
3 |
pinecone-client
|
4 |
+
spacy[transformers] == 3.3.0
|
5 |
+
pip3 install https://github.com/explosion/spacy-models/releases/download/ en_core_web_trf-3.3.0/ en_core_web_trf-3.3.0.tar.gz
|
6 |
torch
|
7 |
git+https://github.com/UKPLab/sentence-transformers.git
|
8 |
transformers
|