swift : checkout ggml commit instead of branch (#1750)

This commit is contained in:
Alexandru Mariuti 2024-01-10 17:12:06 +01:00 committed by GitHub
parent bcc1658cd0
commit cc7f872131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ let package = Package(
.library(name: "whisper", targets: ["whisper"]),
],
dependencies: [
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
.package(url: "https://github.com/ggerganov/ggml.git", .revision("8bf3f009e653f6bdac893c4bb6441f88ee55fe48"))
],
targets: [
.target(