mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
swift : exclude ggml-metal.metal from the package (#4822)
This commit is contained in:
parent
42ea63c5a3
commit
668b31fc7d
@ -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",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user