Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ tiktoken
|
|
7 |
onnxruntime
|
8 |
asyncio
|
9 |
pyspellchecker
|
10 |
-
sentencepiece
|
|
|
|
7 |
onnxruntime
|
8 |
asyncio
|
9 |
pyspellchecker
|
10 |
+
sentencepiece
|
11 |
+
git+https://github.com/grammarly/gector.git # This installs GECToR
|