We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c61f58 commit eae1f11Copy full SHA for eae1f11
llama-cpp-sys-2/build.rs
@@ -65,12 +65,6 @@ fn main() {
65
llama_cpp.define("ACCELERATE_LAPACK_ILP64", None);
66
println!("cargo:rustc-link-arg=framework=Accelerate");
67
68
- // MK_LDFLAGS += -framework Foundation -framework Metal -framework MetalKit
69
- // https://github.com/ggerganov/llama.cpp/blob/3c0d25c4756742ebf15ad44700fabc0700c638bd/Makefile#L509-L511
70
- println!("cargo:rustc-link-arg=framework=Foundation");
71
- println!("cargo:rustc-link-arg=framework=Metal");
72
- println!("cargo:rustc-link-arg=framework=MetalKit");
73
-
74
metal_hack(&mut ggml);
75
ggml.include("./llama.cpp/ggml-metal.h");
76
}
0 commit comments