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", name: "llama",
dependencies: ["ggml"], dependencies: ["ggml"],
path: ".", path: ".",
exclude: [], exclude: ["ggml-metal.metal"],
sources: [ sources: [
"llama.cpp", "llama.cpp",
], ],