Skip to content

Commit 6d1fae7

Browse files
ggerganovhodlen
authored andcommitted
swift : exclude ggml-metal.metal from the package (ggml-org#4822)
1 parent 14d61d6 commit 6d1fae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
name: "llama",
2222
dependencies: ["ggml"],
2323
path: ".",
24-
exclude: [],
24+
exclude: ["ggml-metal.metal"],
2525
sources: [
2626
"llama.cpp",
2727
],

0 commit comments

Comments
 (0)