Sakharam Gawade
commited on
Commit
•
e19ead0
1
Parent(s):
568efc8
req
Browse files- requirements.txt +64 -0
requirements.txt
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.9.0
|
2 |
+
alabaster==0.7.12
|
3 |
+
antlr4-python3-runtime==4.8
|
4 |
+
babel==2.8.0
|
5 |
+
ctranslate2==2.1.0
|
6 |
+
cython==0.29.23
|
7 |
+
docutils==0.16
|
8 |
+
et-xmlfile==1.1.0
|
9 |
+
filelock==3.0.12
|
10 |
+
flask==1.1.2
|
11 |
+
future==0.18.2
|
12 |
+
google-auth==1.19.2
|
13 |
+
google-auth-oauthlib==0.4.1
|
14 |
+
grpcio==1.30.0
|
15 |
+
huggingface-hub==0.0.8
|
16 |
+
hydra-core==1.0.6
|
17 |
+
imagesize==1.2.0
|
18 |
+
importlib-resources==5.1.2
|
19 |
+
indic-nlp-library==0.6
|
20 |
+
indicnlp==0.0.1
|
21 |
+
itsdangerous==1.1.0
|
22 |
+
jinja2==2.11.2
|
23 |
+
markdown==3.2.2
|
24 |
+
markupsafe==1.1.1
|
25 |
+
morfessor==2.0.6
|
26 |
+
oauthlib==3.1.0
|
27 |
+
omegaconf==2.0.6
|
28 |
+
openpyxl==3.0.9
|
29 |
+
packaging==20.4
|
30 |
+
pandas==1.0.5
|
31 |
+
polyglot==16.7.4
|
32 |
+
portalocker==2.0.0
|
33 |
+
protobuf==3.12.2
|
34 |
+
pyasn1-modules==0.2.8
|
35 |
+
pycld2==0.41
|
36 |
+
pygments==2.6.1
|
37 |
+
pyicu==2.7.4
|
38 |
+
pyonmttok==1.31.0
|
39 |
+
pyyaml==5.3.1
|
40 |
+
requests-oauthlib==1.3.0
|
41 |
+
sacrebleu==1.5.1
|
42 |
+
sacremoses==0.0.45
|
43 |
+
sentencepiece==0.1.95
|
44 |
+
snowballstemmer==2.0.0
|
45 |
+
sphinx==3.1.2
|
46 |
+
sphinx-argparse==0.2.5
|
47 |
+
sphinx-rtd-theme==0.5.0
|
48 |
+
sphinxcontrib-applehelp==1.0.2
|
49 |
+
sphinxcontrib-devhelp==1.0.2
|
50 |
+
sphinxcontrib-htmlhelp==1.0.3
|
51 |
+
sphinxcontrib-jsmath==1.0.1
|
52 |
+
sphinxcontrib-qthelp==1.0.3
|
53 |
+
sphinxcontrib-serializinghtml==1.1.4
|
54 |
+
subword-nmt==0.3.7
|
55 |
+
tensorboard==2.3.0
|
56 |
+
tensorboard-plugin-wit==1.7.0
|
57 |
+
tokenizers==0.10.2
|
58 |
+
torch==1.11.0
|
59 |
+
torchtext==0.5.0
|
60 |
+
tqdm==4.30.0
|
61 |
+
transformers==4.6.0
|
62 |
+
waitress==1.4.4
|
63 |
+
werkzeug==1.0.1
|
64 |
+
xlrd==2.0.1
|