r/MachineLearning · · 1 min read

hubert.cpp, a C++ implementation of distilHuBERT [P]

Mirrored from r/MachineLearning for archival readability. Support the source by reading on the original site.

I've written a C++ implementation of distilHuBERT.

https://github.com/pfeatherstone/hubert.cpp

It has no runtime dependencies, the weights are compiled into the library, it supports dynamic sizes, has performance on par with onnxruntime (in my tests) and can be easily integrated into any CMake project.

Please let me know your thoughts.

submitted by /u/Competitive_Act5981
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/MachineLearning