changes the ggml package url src to ggerganov
This commit is contained in:
parent
8b916c2f07
commit
5f12e26899
1 changed files with 1 additions and 9 deletions
|
@ -14,7 +14,7 @@ let package = Package(
|
|||
.library(name: "llama", targets: ["llama"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/1-ashraful-islam/ggml.git", .branch("master"))
|
||||
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
@ -23,15 +23,7 @@ let package = Package(
|
|||
path: ".",
|
||||
exclude: [],
|
||||
sources: [
|
||||
// "ggml.c",
|
||||
"llama.cpp",
|
||||
// "ggml-alloc.c",
|
||||
// "ggml-backend.c",
|
||||
// "ggml-quants.c",
|
||||
// "ggml-metal.m",
|
||||
],
|
||||
resources: [
|
||||
// .process("ggml-metal.metal")
|
||||
],
|
||||
publicHeadersPath: "spm-headers",
|
||||
cSettings: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue