starcoder icon indicating copy to clipboard operation
starcoder copied to clipboard

use the model offline

Open ftufkc opened this issue 1 year ago • 4 comments

Can I deploy the model locally in a non-Internet environment and use StarCoder via the VS Code plugin? If so, how should I do it?

ftufkc avatar May 08 '23 02:05 ftufkc

https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode you can configure to make inference requests to your custom endpoint

yishanhong avatar May 08 '23 02:05 yishanhong

https://github.com/huggingface/huggingface-vscode#configuring

Sure, you can deploy it locally then using endpoint to specific your own service.

LucienShui avatar May 08 '23 17:05 LucienShui

Which hardware specs does one need to run an endpoint locally? And do you have some performance metrics if one runs the inference on cpu or gpu?

mat-l avatar May 12 '23 09:05 mat-l

it would be cool if someone export onnx file and made public with restful endpoints on some - community donation type service

PrestigeDevop avatar May 14 '23 07:05 PrestigeDevop