Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
a070307
1
Parent(s):
51d03ec
Add complete dependencies for sentence-transformers
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
gradio==4.14.0
|
2 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
torch==2.1.0
|
|
|
|
|
4 |
transformers==4.35.2
|
|
|
5 |
duckduckgo-search==3.9.3
|
6 |
beautifulsoup4==4.12.2
|
7 |
langchain==0.0.335
|
8 |
-
sentence-transformers==2.2.2
|
9 |
lxml==4.9.3
|
10 |
requests==2.31.0
|
11 |
protobuf==4.25.1
|
@@ -18,3 +20,5 @@ geopy==2.4.1
|
|
18 |
httpx==0.25.2
|
19 |
googlesearch-python==1.2.3
|
20 |
waybackpy==3.0.6
|
|
|
|
|
|
1 |
gradio==4.14.0
|
2 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
torch==2.1.0
|
4 |
+
torchvision==0.16.0
|
5 |
+
torchaudio==2.1.0
|
6 |
transformers==4.35.2
|
7 |
+
sentence-transformers==2.2.2
|
8 |
duckduckgo-search==3.9.3
|
9 |
beautifulsoup4==4.12.2
|
10 |
langchain==0.0.335
|
|
|
11 |
lxml==4.9.3
|
12 |
requests==2.31.0
|
13 |
protobuf==4.25.1
|
|
|
20 |
httpx==0.25.2
|
21 |
googlesearch-python==1.2.3
|
22 |
waybackpy==3.0.6
|
23 |
+
nltk==3.8.1
|
24 |
+
scikit-learn==1.3.2
|