Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
torch==1.10.1
|
2 |
transformers==4.25.1
|
3 |
git+https://github.com/openai/whisper.git
|
|
|
4 |
optimum[onnxruntime]
|
5 |
pytube==12.1.0
|
6 |
validators==0.18.2
|
|
|
1 |
torch==1.10.1
|
2 |
transformers==4.25.1
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
+
sentence-transformers
|
5 |
optimum[onnxruntime]
|
6 |
pytube==12.1.0
|
7 |
validators==0.18.2
|