Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade whisper.cpp #578

Merged
merged 4 commits into from
Aug 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade whisper.cpp
  • Loading branch information
chidiwilliams committed Aug 19, 2023
commit 1c3b1b166740d8df09229bbe1285f235e7427205
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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