mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 14:20:31 +01:00
swift : exclude ggml-metal-embed.metal (#10211)
* llama.swift : exclude ggml-metal-embed.metal * swift : exclude build/
This commit is contained in:
parent
76c6e7f105
commit
d05b3127bd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user