Merge branch 'update-whisper.cpp-7fd8d9' into dev
This commit is contained in:
commit
a957d6ae6e
1 changed files with 7 additions and 1 deletions
|
|
@ -255,7 +255,13 @@ fn main() {
|
||||||
println!("cargo:rustc-link-lib=static=ggml");
|
println!("cargo:rustc-link-lib=static=ggml");
|
||||||
println!("cargo:rustc-link-lib=static=ggml-base");
|
println!("cargo:rustc-link-lib=static=ggml-base");
|
||||||
println!("cargo:rustc-link-lib=static=ggml-cpu");
|
println!("cargo:rustc-link-lib=static=ggml-cpu");
|
||||||
println!("cargo:rustc-link-lib=static=ggml-blas");
|
if cfg!(target_os = "macos") {
|
||||||
|
println!("cargo:rustc-link-lib=static=ggml-blas");
|
||||||
|
}
|
||||||
|
if cfg!(feature = "vulkan") {
|
||||||
|
println!("cargo:rustc-link-lib=static=ggml-vulkan");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if cfg!(feature = "metal") {
|
if cfg!(feature = "metal") {
|
||||||
println!("cargo:rustc-link-lib=static=ggml-metal");
|
println!("cargo:rustc-link-lib=static=ggml-metal");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue