Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
sentence-transformers==2.2.2
|
4 |
-
transformers
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]==1.6.1
|
7 |
pytube==12.1.0
|
@@ -17,6 +17,6 @@ en_core_web_lg @ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_cor
|
|
17 |
bs4==0.0.1
|
18 |
wikipedia
|
19 |
pyvis
|
20 |
-
langchain==0.0.
|
21 |
openai
|
22 |
faiss-cpu
|
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
sentence-transformers==2.2.2
|
4 |
+
transformers
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]==1.6.1
|
7 |
pytube==12.1.0
|
|
|
17 |
bs4==0.0.1
|
18 |
wikipedia
|
19 |
pyvis
|
20 |
+
langchain==0.0.107
|
21 |
openai
|
22 |
faiss-cpu
|