tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
659 stars 108 forks source link

Safely expose some of the ggml_cpu_has... routines #83

Closed marmistrz closed 1 year ago

marmistrz commented 1 year ago

Probably a better way would be to write a proc macro to derive the default implementation, but I feel it's an overkill.