]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
swift : exclude ggml-metal.metal from the package (#4822)
authorGeorgi Gerganov <redacted>
Mon, 8 Jan 2024 14:40:51 +0000 (16:40 +0200)
committerGitHub <redacted>
Mon, 8 Jan 2024 14:40:51 +0000 (16:40 +0200)
Package.swift

index e33a4ff46cb156a9e4e0216b531e829ab190e87f..583e2e276e471fbb6f1da7188af0e76f7b034833 100644 (file)
@@ -21,7 +21,7 @@ let package = Package(
             name: "llama",
             dependencies: ["ggml"],
             path: ".",
-            exclude: [],
+            exclude: ["ggml-metal.metal"],
             sources: [
                 "llama.cpp",
             ],