Merge branch 'update-whisper-cpp' of https://github.com/arizhih/whisper-rs into feat/new-segment-callback

This commit is contained in:
thewh1teagle 2024-05-28 21:09:11 +03:00
commit 1f4c49ae68
No known key found for this signature in database
GPG key ID: F7BFC3A4192804E4
9 changed files with 1875 additions and 256 deletions

View file

@ -123,7 +123,7 @@ fn main() {
}
if cfg!(feature = "cuda") {
config.define("WHISPER_CUBLAS", "ON");
config.define("WHISPER_CUDA", "ON");
}
if cfg!(feature = "openblas") {