hubert.cpp, a C++ implementation of distilHuBERT [P]
A C++ implementation of the DistilHuBERT model, named hubert.cpp, has been developed. This implementation boasts no runtime dependencies, with its weights directly compiled into the library. It supports dynamic sizing and offers performance comparable to onnxruntime, making it easily integrable into CMake projects. AI
IMPACT Provides a more accessible and integrated way to use DistilHuBERT in C++ projects.