Skip to content

Commit 5bfcfc7

Browse files
ggerganovhodlen
authored andcommitted
swift : track ggml release branch (ggml-org#4867)
1 parent 38c9f0d commit 5bfcfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
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", .revision("979cc23b345006504cfc1f67c0fdf627805e3319"))
17+
.package(url: "https://github.com./ggerganov/ggml.git", .branch("release"))
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)