swift : exclude ggml-metal-embed.metal (#10211)

* llama.swift : exclude ggml-metal-embed.metal

* swift : exclude build/
This commit is contained in:
Jhen-Jie Hong 2024-11-08 17:34:06 +08:00 committed by GitHub
parent 76c6e7f105
commit d05b3127bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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