Skip to content

Commit 9c963b4

Browse files
jhen0409arthw
authored andcommitted
swift : exclude ggml-metal-embed.metal (ggml-org#10211)
* llama.swift : exclude ggml-metal-embed.metal * swift : exclude build/
1 parent 1d9d5b6 commit 9c963b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ let package = Package(
6161
name: "llama",
6262
path: ".",
6363
exclude: [
64+
"build",
6465
"cmake",
6566
"examples",
6667
"scripts",
6768
"models",
6869
"tests",
6970
"CMakeLists.txt",
70-
"Makefile"
71+
"Makefile",
72+
"ggml/src/ggml-metal-embed.metal"
7173
],
7274
sources: sources,
7375
resources: resources,

0 commit comments

Comments
 (0)