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