•1 min read•from Machine Learning
hubert.cpp, a C++ implementation of distilHuBERT [P]
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.
[link] [comments]
Want to read more?
Check out the full article on the original site
Tagged with
#rows.com
#financial modeling with spreadsheets
#big data performance
#distilHuBERT
#HuBERT
#C++
#CMake
#hubert.cpp
#onnxruntime
#runtime dependencies
#dynamic sizes
#weights
#library
#performance
#machine learning
#implementation
#project
#compiled
#github
#code