-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust support #7231
Comments
There's some community contribution here https://docs.rs/onnxruntime/0.0.11/onnxruntime/. We don't have plans so far. |
Hi @nbigaouette, including you into this thread as I think you are the author of the community Rust API. Do you have any plans to continue this project? Thanks, |
It was mostly a proof of concept to push, at work, ONNX as a way to deploy models in rust projects at work. Unfortunately priorities have changed so it became a purely personal project. The time I can dedicate to this project is quite small. The project does work but is rough around the edges. There is a couple of PRs opened that I still need to review to improve that front. Help welcome! |
I'm using this one and it is working great https://github.com/sonos/tract/ |
I'd like to add that we are currently using @nbigaouette's Rust bindings in https://github.com/deislabs/wasi-nn-onnx, which have been very useful. |
Considering we have https://github.com/microsoft/onnxruntime/tree/main/rust now, I think this can be closed. |
Rust support is still experimental, and with no progress on Rust bindings since #12606 , an official release is still in the works. For the current Rust binding, we recommend using pykeio/ort, which is similarly based on |
High performance Low resource occupancy Can be deployed on the desktop WebAssembly embedded development board server Add rust bindings +1 |
Are you planning rust lang support for inference?
The text was updated successfully, but these errors were encountered: