Swap from exclusions to allowlist
This commit is contained in:
parent
927bc26e03
commit
d6aa749ccf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let package = Package(
|
||||||
.target(
|
.target(
|
||||||
name: "llama",
|
name: "llama",
|
||||||
path: ".",
|
path: ".",
|
||||||
exclude: ["main.cpp", "tests", "quantize.cpp"],
|
sources: ["ggml.c", "llama.cpp"],
|
||||||
publicHeadersPath: "spm-headers",
|
publicHeadersPath: "spm-headers",
|
||||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"])]
|
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"])]
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue