Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
-
sentence-transformers
|
4 |
transformers
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]
|
@@ -21,4 +21,5 @@ wikipedia
|
|
21 |
pyvis
|
22 |
langchain
|
23 |
openai
|
24 |
-
faiss-cpu
|
|
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
+
sentence-transformers
|
4 |
transformers
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]
|
|
|
21 |
pyvis
|
22 |
langchain
|
23 |
openai
|
24 |
+
faiss-cpu
|
25 |
+
altair==5.0.0rc2
|