mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
swift : exclude ggml-metal.metal from the package (#4822)
This commit is contained in:
parent
3e86f86432
commit
0fe35cdf38
@ -21,7 +21,7 @@ let package = Package(
|
||||
name: "llama",
|
||||
dependencies: ["ggml"],
|
||||
path: ".",
|
||||
exclude: [],
|
||||
exclude: ["ggml-metal.metal"],
|
||||
sources: [
|
||||
"llama.cpp",
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user