mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-18 02:39:47 +00:00
swift : checkout ggml commit instead of branch (#1750)
This commit is contained in:
parent
bcc1658cd0
commit
cc7f872131
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user