Skip to content

Commit 28c17db

Browse files
authored
swift : checkout ggml commit instead of branch (ggml-org#1750)
1 parent 8a7c0f4 commit 28c17db

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: "whisper", targets: ["whisper"]),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
17+
.package(url: "https://github.com/ggerganov/ggml.git", .revision("8bf3f009e653f6bdac893c4bb6441f88ee55fe48"))
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)