Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
|
|
3 |
transformers==4.26.0
|
4 |
InstructorEmbedding
|
5 |
optimum[onnxruntime]==1.6.1
|
|
|
1 |
torch==1.13.1
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
+
sentence-transformers==2.2.2
|
4 |
transformers==4.26.0
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]==1.6.1
|