We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01eb543 commit 2229d2dCopy full SHA for 2229d2d
src/cli/main.cc
@@ -3090,6 +3090,11 @@ int main (int argc, char* argv[]) {
3090
flags += " -lsocket-runtime";
3091
flags += " -luv";
3092
flags += " -lllama";
3093
+ flags += " -lggml";
3094
+ flags += " -lggml-base";
3095
+ flags += " -lggml-blas";
3096
+ flags += " -lggml-cpu";
3097
+ flags += " -lggml-metal";
3098
flags += " -I\"" + Path(paths.platformSpecificOutputPath / "include").string() + "\"";
3099
files += prefixFile("objects/" + platform.arch + "-desktop/desktop/main.o");
3100
files += prefixFile("src/init.cc");
0 commit comments