davidatsurge
davidatsurge
> resulting in large programs with lots of boilerplate That was what I was trying to say when I said "the code required to implement the challenges is large enough...
Just in case it's helpful to steal some code: [tract](https://github.com/sonos/tract), a "tiny, no-nonsense, self-contained .. inference [engine]" written in Rust, supports importing from/exporting to ONNX.
Alongside this, if the maintainers think it's a good idea, I would be happy to look into making the functions exposed from the rust crate generic over the type of...
Sounds good. I'm also looking into adding language model support because I need it, so it will take me a while before I submit even the "expose-a-rust-API-and-make-it-generic" feature.
@coreylowman , so I was trying to build upon the last code snippet you posted, but I think the code on master has changed since then, and this is my...
That fixed it. Thanks!