Skip to content

Commit

Permalink
swift : exclude ggml-metal-embed.metal (ggerganov#10211)
Browse files Browse the repository at this point in the history
* llama.swift : exclude ggml-metal-embed.metal

* swift : exclude build/
  • Loading branch information
jhen0409 authored and arthw committed Nov 15, 2024
1 parent d4a9e93 commit fa9481d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa9481d

Please sign in to comment.