Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ transformers
|
|
8 |
torch
|
9 |
llama-cpp-python
|
10 |
sentence_transformers
|
11 |
-
langchain-text-splitters
|
|
|
|
8 |
torch
|
9 |
llama-cpp-python
|
10 |
sentence_transformers
|
11 |
+
langchain-text-splitters
|
12 |
+
!python -m spacy download en_core_web_sm
|