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

Triton Rust Crate as In-Process Inference Engine #7386

Open
asamadiya opened this issue Jun 27, 2024 · 0 comments
Open

Triton Rust Crate as In-Process Inference Engine #7386

asamadiya opened this issue Jun 27, 2024 · 0 comments

Comments

@asamadiya
Copy link

Is your feature request related to a problem? Please describe.
Rust API for Triton Server to integrate Triton in-process with a Rust Server
Rust is now a universally recommended language to develop native close-to-metal high performance programs providing compile time guarantees of safety.

Describe the solution you'd like
Generate Rust bindings using rust-bindgen based on tritonserver.h and leverage the inprocess library with our Rust server. I'm working on this in my free time and would be happy to contribute; however, if you have official plans of supports a Rust crate, that'd make my life easier.

Describe alternatives you've considered
Integrating with tensorflow/rust and tch-rs crates directly and bypassing Triton. Not as desired since we would have to reimplement a bunch of inference server functionality that Triton provides out of the box.

Additional context
None.

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

No branches or pull requests

1 participant