starcoder
starcoder copied to clipboard
onnx formated model
trafficstars
is it possible to release the model as serialized onnx file probably it's a good idea to release some sample code with onnx Inference engine with public restful API
+1! I myself is trying to convert it, but have not done yet. Official support would be best!
It's being added here https://github.com/huggingface/optimum/pull/1042
Any updates on this PR?
Thanks
The ONNX export as well as ONNX Runtime inference is now supported through this PR in Optimum: https://github.com/huggingface/optimum/pull/1042