swift : exclude ggml-metal.metal from the package

This commit is contained in:
Georgi Gerganov 2024-01-08 15:58:33 +02:00
parent 52531fdff8
commit 4aa73e37b0
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -21,7 +21,7 @@ let package = Package(
name: "llama",
dependencies: ["ggml"],
path: ".",
exclude: [],
exclude: ["ggml-metal.metal"],
sources: [
"llama.cpp",
],