Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu
|
2 |
+
fairseq==0.12.2
|
3 |
+
sentencepiece==0.2.0
|
4 |
+
transformers==4.40.0
|
5 |
+
streamlit==1.36.0
|
6 |
+
indic-nlp-library
|
7 |
+
sacremoses
|
8 |
+
protobuf
|