Skip to content
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

[C API]: Update bindings to latest ONNX runtime release #25

Open
radu-matei opened this issue Jun 27, 2021 · 2 comments
Open

[C API]: Update bindings to latest ONNX runtime release #25

radu-matei opened this issue Jun 27, 2021 · 2 comments

Comments

@radu-matei
Copy link
Member

The Rust bindings for the ONNX runtime are based on a fork of this project - https://github.com/nbigaouette/onnxruntime-rs, whose latest supported ONNX release is 1.6.

Given that we already use a fork of it, and because of some apparent performance issues with CUDA 10.2 (#9), we should update the bindings to ONNX 1.8, and eventually contribute the changes upstream.

@Mossaka
Copy link
Member

Mossaka commented Jun 28, 2021

Should we reach out to the maintainers of the onnxruntime-rs in case if they planed to support the latest ONNX runtime?

@radu-matei
Copy link
Member Author

This doesn't seem to be planned, and an existing PR to update to 1.7 is still in progress - nbigaouette/onnxruntime-rs#78

Once we have a version of this running properly under 1.8, we can contribute the changes upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants