From cc7f872131b355529f5ca23c62db4455b366f8a1 Mon Sep 17 00:00:00 2001 From: Alexandru Mariuti Date: Wed, 10 Jan 2024 17:12:06 +0100 Subject: [PATCH] swift : checkout ggml commit instead of branch (#1750) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a19dbf4..b0d240c 100644 --- a/Package.swift +++ b/Package.swift @@ -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(