From 0d317cd18bd9e66aa3dea403dc359cf734813f6f Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Thu, 20 Jul 2023 11:49:27 -0400 Subject: [PATCH] Update fast branch commit hash to include coreML changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1cfee9..beef396 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ You can get around this by installing a version of SwiftWhisper that uses `.unsa ... dependencies: [ // Using latest commit hash for `fast` branch: - .package(url: "https://github.com/exPHAT/SwiftWhisper.git", revision: "d7c0925045e671624db31488c6ffdc7207dd23fa"), + .package(url: "https://github.com/exPHAT/SwiftWhisper.git", revision: "6e9d71820dd7d734e3867e4513d3283f89ee89d7"), ], ... ```