From 1b413fc2b478a6355279081debdc1439d5c49377 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 19 Aug 2023 22:37:27 +0100 Subject: [PATCH 1/4] Upgrade whisper.cpp --- whisper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper.cpp b/whisper.cpp index 70567eff2..21e8c67a4 160000 --- a/whisper.cpp +++ b/whisper.cpp @@ -1 +1 @@ -Subproject commit 70567eff232773d6786c91585d040f53c36b87a4 +Subproject commit 21e8c67a4fb6bfc5f1af2a6c00db97b28a0f15b2 From 4f787b0fa8de3b5a16743cc084bb121cba7a3128 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 19 Aug 2023 22:49:30 +0100 Subject: [PATCH 2/4] Update windows build script --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6fda42cc..1e3d59db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Test run: | if [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip" + curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" unzip -o whisper-bin-x64.zip mv main.exe whisper_cpp.exe fi @@ -169,7 +169,7 @@ jobs: elif [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip" + curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" unzip -o whisper-bin-x64.zip mv main.exe whisper_cpp.exe From 1c3b1b166740d8df09229bbe1285f235e7427205 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 19 Aug 2023 23:33:34 +0100 Subject: [PATCH 3/4] Upgrade whisper.cpp --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3d59db6..b07d7ade6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,9 +73,9 @@ jobs: - name: Test run: | if [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" - unzip -o whisper-bin-x64.zip - mv main.exe whisper_cpp.exe + # curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" + # unzip -o whisper-bin-x64.zip + # mv main.exe whisper_cpp.exe fi poetry run make test @@ -169,9 +169,9 @@ jobs: elif [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" - unzip -o whisper-bin-x64.zip - mv main.exe whisper_cpp.exe + # curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" + # unzip -o whisper-bin-x64.zip + # mv main.exe whisper_cpp.exe poetry run make bundle_windows From 174ad271b9504931fca8a0ee8417d6ea6401e936 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sun, 20 Aug 2023 02:31:41 +0100 Subject: [PATCH 4/4] Upgrade whisper.cpp --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07d7ade6..f6c79b438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,12 +72,6 @@ jobs: - name: Test run: | - if [ "$RUNNER_OS" == "Windows" ]; then - # curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" - # unzip -o whisper-bin-x64.zip - # mv main.exe whisper_cpp.exe - fi - poetry run make test shell: bash @@ -169,10 +163,6 @@ jobs: elif [ "$RUNNER_OS" == "Windows" ]; then - # curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.4.0/whisper-bin-x64.zip" - # unzip -o whisper-bin-x64.zip - # mv main.exe whisper_cpp.exe - poetry run make bundle_windows elif [ "$RUNNER_OS" == "Linux" ]; then