Shubhadeep Roychowdhury

Results 19 comments of Shubhadeep Roychowdhury

Hi, We fine tuned this model on the task using [py150k Dataset](https://eth-sri.github.io/py150) But just to clarify this dataset has 150K Python files. We used our open source library [tree-hugger ](https://github.com/autosoft-dev/tree-hugger)...

Hi, Thanks for reporting. We may not have implemented it. However, the similar method has been implemented for other languages. Maybe you can open a PR if you feel like...

This is a problem with the underlying tree-sitter library. However, I am sorry to inform you guys that Codist is in the process of shutting down. And we do not...

Do you have rust installed? See, setup tools rust is a way to bridge between rust and python. So if it is trying to do anything that requires rust compiler...

Segmentation fault generally comes from libraries and function calls closer to the system. I am afraid that from the Python level we won't have much to do. That said I...

Ok great. Thanks. I hope that docly will be helpful for you. If you need to go ahead then clone the colab I linked in my last message and then...

Hi, Really sorry for this problem you faced. We presently do not support Windows. Unfortunately this documentation is not very up to date. But our main documentation- http://beta.thedocly.io/ has this...

It was complicated to build tree-sitter libs in windows (because of some Python 64 bit issues. But I can look into it again)