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"]),
|
.library(name: "llama", targets: ["llama"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/1-ashraful-islam/ggml.git", .branch("master"))
|
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
@ -23,15 +23,7 @@ let package = Package(
|
||||||
path: ".",
|
path: ".",
|
||||||
exclude: [],
|
exclude: [],
|
||||||
sources: [
|
sources: [
|
||||||
// "ggml.c",
|
|
||||||
"llama.cpp",
|
"llama.cpp",
|
||||||
// "ggml-alloc.c",
|
|
||||||
// "ggml-backend.c",
|
|
||||||
// "ggml-quants.c",
|
|
||||||
// "ggml-metal.m",
|
|
||||||
],
|
|
||||||
resources: [
|
|
||||||
// .process("ggml-metal.metal")
|
|
||||||
],
|
],
|
||||||
publicHeadersPath: "spm-headers",
|
publicHeadersPath: "spm-headers",
|
||||||
cSettings: [
|
cSettings: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue