AI4Bharat / indicTrans

indicTranslate v1 - Machine Translation for 11 Indic languages. For latest v2, check: https://github.com/AI4Bharat/IndicTrans2
https://ai4bharat.iitm.ac.in/indic-trans
MIT License
116 stars 31 forks source link

Not able to remove logs of fairseq as they occupying so much space #63

Open Akhil-VSSG opened 5 months ago

Akhil-VSSG commented 5 months ago

Discussed in https://github.com/AI4Bharat/indicTrans/discussions/62

Originally posted by **Akhil-VSSG** April 8, 2024 Hi, iam trying to resolve an issue , iam using indictrans and everytime i use it logging the fairseq logs like this: Screenshot 2024-04-08 at 2 26 32 PM and its taking a lot of space so i wanted to get rid of these logs so i want in to the fairseq_task.py present in tasks folder in fairseq folder. Screenshot 2024-04-08 at 2 28 39 PM Even thou i commented out the logger commands in that specific file iam still able to see those logger commands getting logged . Can you please help me out to remove those logs from my log file so that it wont take up all the memory Thank you.