Skip to content

Commit b037787

Browse files
committed
swift : track ggml release branch (#4867)
1 parent 469e75d commit b037787

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)