Spaces:
Sleeping
Sleeping
zhenyundeng
commited on
Commit
·
bf75d27
1
Parent(s):
1626989
update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
gradio
|
2 |
-
nltk
|
3 |
rank_bm25
|
4 |
accelerate
|
5 |
trafilatura
|
6 |
-
spacy
|
7 |
pytorch_lightning
|
8 |
transformers==4.29.2
|
9 |
datasets
|
@@ -11,7 +11,7 @@ leven
|
|
11 |
scikit-learn
|
12 |
pexpect
|
13 |
elasticsearch
|
14 |
-
torch
|
15 |
huggingface_hub
|
16 |
google-api-python-client
|
17 |
wikipedia-api
|
@@ -20,3 +20,4 @@ azure-storage-file-share
|
|
20 |
azure-storage-blob
|
21 |
bm25s
|
22 |
PyStemmer
|
|
|
|
1 |
gradio
|
2 |
+
nltk==3.8.1
|
3 |
rank_bm25
|
4 |
accelerate
|
5 |
trafilatura
|
6 |
+
spacy==3.7.5
|
7 |
pytorch_lightning
|
8 |
transformers==4.29.2
|
9 |
datasets
|
|
|
11 |
scikit-learn
|
12 |
pexpect
|
13 |
elasticsearch
|
14 |
+
torch==2.3.1
|
15 |
huggingface_hub
|
16 |
google-api-python-client
|
17 |
wikipedia-api
|
|
|
20 |
azure-storage-blob
|
21 |
bm25s
|
22 |
PyStemmer
|
23 |
+
lxml_html_clean
|