mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-06 01:05:03 -04:00
swift : pin ggml commit + remove ggml.h from spm-headers (#4878)
ggml-ci
This commit is contained in:
@@ -14,7 +14,7 @@ let package = Package(
|
|||||||
.library(name: "llama", targets: ["llama"]),
|
.library(name: "llama", targets: ["llama"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
|
.package(url: "https://github.com/ggerganov/ggml.git", .revision("979cc23b345006504cfc1f67c0fdf627805e3319"))
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../ggml.h
|
|
Reference in New Issue
Block a user