]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
swift : exclude ggml-metal-embed.metal (#10211)
authorJhen-Jie Hong <redacted>
Fri, 8 Nov 2024 09:34:06 +0000 (17:34 +0800)
committerGitHub <redacted>
Fri, 8 Nov 2024 09:34:06 +0000 (11:34 +0200)
* llama.swift : exclude ggml-metal-embed.metal

* swift : exclude build/

Package.swift

index d3661d13c80f2fc0ac2045101964b02dbdb27460..0f4f190180654e98c8024acd4da5e11fac647202 100644 (file)
@@ -61,13 +61,15 @@ let package = Package(
             name: "llama",
             path: ".",
             exclude: [
+               "build",
                "cmake",
                "examples",
                "scripts",
                "models",
                "tests",
                "CMakeLists.txt",
-               "Makefile"
+               "Makefile",
+               "ggml/src/ggml-metal-embed.metal"
             ],
             sources: sources,
             resources: resources,