CodeGeeX icon indicating copy to clipboard operation
CodeGeeX copied to clipboard

Publish CodeGeeX inference server code?

Open achaiah opened this issue 3 years ago • 2 comments

Hi,

Thanks for open sourcing the VSCode extension and the model files. Is there any way you can release the inferencing server code as well? I'd like to host the model myself but VSCode extension seems to call a number of API (POST) endpoints and I don't know how they're implemented (so I can do something similar).

Thanks

achaiah avatar Dec 20 '22 22:12 achaiah

That would be great. I have no internet connection sometimes and it would be useful to have ability to host local server.

D0ctorWh0 avatar Dec 24 '22 20:12 D0ctorWh0

It seems the VSCode extension is using a combination of ChatGPT like models and the CodeGeeX models. It seems the CodeGeeX was trained on code data only, not good enough to work with natural language. Correct if I was wrong.

vinvcn avatar Jun 06 '23 10:06 vinvcn