Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
nltk
|
2 |
torch
|
3 |
cdlib
|
|
|
4 |
transformers[sentencepiece]
|
5 |
git+https://github.com/witiko/gensim.git@feature/bm25
|
|
|
1 |
nltk
|
2 |
torch
|
3 |
cdlib
|
4 |
+
optimum[onnxruntime]==1.2.3
|
5 |
transformers[sentencepiece]
|
6 |
git+https://github.com/witiko/gensim.git@feature/bm25
|