Merge branch 'update-whisper.cpp-7fd8d9' into dev
This commit is contained in:
commit
bb80bddc7c
1 changed files with 4 additions and 0 deletions
|
|
@ -257,6 +257,10 @@ fn main() {
|
|||
println!("cargo:rustc-link-lib=static=ggml-cpu");
|
||||
println!("cargo:rustc-link-lib=static=ggml-blas");
|
||||
|
||||
if cfg!(feature = "metal") {
|
||||
println!("cargo:rustc-link-lib=static=ggml-metal");
|
||||
}
|
||||
|
||||
println!(
|
||||
"cargo:WHISPER_CPP_VERSION={}",
|
||||
get_whisper_cpp_version(&whisper_root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue