swift : exclude ggml-metal.metal from the package (#4822)

This commit is contained in:
Georgi Gerganov 2024-01-08 16:40:51 +02:00 committed by GitHub
parent 42ea63c5a3
commit 668b31fc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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