skeskinen / bert.cpp

ggml implementation of BERT
MIT License
463 stars 58 forks source link

Provide C api in bert.h #2

Closed skeskinen closed 1 year ago

skeskinen commented 1 year ago

For convenience of downstream applications, the API shouldn't have any C++ stuff. There could be separate util.h with C++ API, like in ggml and llama.cpp