mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-15 04:33:06 -04:00
swift : exclude ggml-metal.metal from the package (#4822)
This commit is contained in:
@@ -21,7 +21,7 @@ let package = Package(
|
|||||||
name: "llama",
|
name: "llama",
|
||||||
dependencies: ["ggml"],
|
dependencies: ["ggml"],
|
||||||
path: ".",
|
path: ".",
|
||||||
exclude: [],
|
exclude: ["ggml-metal.metal"],
|
||||||
sources: [
|
sources: [
|
||||||
"llama.cpp",
|
"llama.cpp",
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user