Settings

Theme

Serving ML at the Speed of Rust

shvbsle.in

21 points by dropbox_miner 4 years ago · 2 comments

Reader

occupant 4 years ago

> Rust is not mature enough to support ML out of the box ... If you want to serve your Xgboost or deep learning model then Rust is not the right choice (yet).

Would have liked to hear more about the parenthetical 'yet' even if its just links to other blog posts.

  • minimaxir 4 years ago

    As the article notes, there isn't any official Rust-native support for any common frameworks, and using a C wrapper limits its advantages.

    tract (https://github.com/sonos/tract) seems like the most mature for ONNX (for which TF/PT export is good nowadays), and recently it successfully implemented BERT via Hugging Face ONNX export.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection