root
commited on
Commit
·
23bdad9
1
Parent(s):
e636f39
ss
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ PyPDF2==3.0.1
|
|
4 |
python-docx==1.0.1
|
5 |
spacy==3.7.2
|
6 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz
|
7 |
-
transformers==4.52.
|
8 |
torch==2.1.2
|
9 |
nltk==3.8.1
|
10 |
faiss-cpu==1.7.4
|
@@ -14,7 +14,7 @@ plotly==5.18.0
|
|
14 |
pandas==2.1.3
|
15 |
numpy==1.24.3
|
16 |
tqdm==4.66.1
|
17 |
-
huggingface-hub
|
18 |
einops
|
19 |
bitsandbytes>=0.41.0
|
20 |
accelerate>=0.23.0
|
|
|
4 |
python-docx==1.0.1
|
5 |
spacy==3.7.2
|
6 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz
|
7 |
+
transformers==4.52.2
|
8 |
torch==2.1.2
|
9 |
nltk==3.8.1
|
10 |
faiss-cpu==1.7.4
|
|
|
14 |
pandas==2.1.3
|
15 |
numpy==1.24.3
|
16 |
tqdm==4.66.1
|
17 |
+
huggingface-hub>=0.30.0,<1.0
|
18 |
einops
|
19 |
bitsandbytes>=0.41.0
|
20 |
accelerate>=0.23.0
|