Skip to content

Commit dda4dd9

Browse files
ggerganovhodlen
authored andcommitted
swift : pin ggml commit + remove ggml.h from spm-headers (ggml-org#4878)
ggml-ci
1 parent 0133d3d commit dda4dd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.library(name: "llama", targets: ["llama"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
17+
.package(url: "https://github.com/ggerganov/ggml.git", .revision("979cc23b345006504cfc1f67c0fdf627805e3319"))
1818
],
1919
targets: [
2020
.target(

spm-headers/ggml.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)