Skip to content

Commit

Permalink
Upgrade whisper.cpp (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Aug 20, 2023
1 parent f29b3aa commit 9376ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ 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"
unzip -o whisper-bin-x64.zip
mv main.exe whisper_cpp.exe
fi
poetry run make test
shell: bash

Expand Down Expand Up @@ -169,10 +163,6 @@ jobs:
elif [ "$RUNNER_OS" == "Windows" ]; then
curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.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
Expand Down
2 changes: 1 addition & 1 deletion whisper.cpp
Submodule whisper.cpp updated 129 files

0 comments on commit 9376ea9

Please sign in to comment.