We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf267d1 commit 69b34a0Copy full SHA for 69b34a0
Package.swift
@@ -11,6 +11,7 @@ let package = Package(
11
.target(
12
name: "llama",
13
path: ".",
14
+ exclude: ["ggml-metal.metal"],
15
sources: ["ggml.c", "llama.cpp"],
16
publicHeadersPath: "spm-headers",
17
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"]), .define("GGML_USE_ACCELERATE")],
spm-headers/ggml.h
@@ -0,0 +1 @@
1
+../ggml.h
0 commit comments