Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
torch>=2.0.0
|
4 |
+
sentencepiece>=0.1.98
|
5 |
+
# For the normalizer library for csebuetnlp/banglat5_nmt_bn_en
|
6 |
+
# The #egg=normalizer part helps pip identify the package name for editable installs or when installing from git.
|
7 |
+
git+https://github.com/csebuetnlp/normalizer.git#egg=normalizer
|