Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
torch==1.10.1
|
2 |
-
transformers==4.
|
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]
|
|
|
1 |
torch==1.10.1
|
2 |
+
transformers==4.23.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]
|