mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30: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",
|
||||
dependencies: ["ggml"],
|
||||
path: ".",
|
||||
exclude: [],
|
||||
exclude: ["ggml-metal.metal"],
|
||||
sources: [
|
||||
"llama.cpp",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user