swift : exclude ggml-metal.metal from the package
This commit is contained in:
parent
52531fdff8
commit
4aa73e37b0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let package = Package(
|
|||
name: "llama",
|
||||
dependencies: ["ggml"],
|
||||
path: ".",
|
||||
exclude: [],
|
||||
exclude: ["ggml-metal.metal"],
|
||||
sources: [
|
||||
"llama.cpp",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue