VHellendoorn / Code-LMs

Guide to using pre-trained large language models of source code
MIT License
1.78k stars 247 forks source link

How to run polycoder locally? #29

Closed smith-co closed 2 years ago

smith-co commented 2 years ago

Can I try out polycoder locally for code generation as an alternative to CoPilot?

VHellendoorn commented 2 years ago

Yes, see the instructions in the README for how to query the model. We have not constructed an IDE plugin wrapping the model, if that is the intended goal; we'd be happy to review a PR proposing one.