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

Updated whisper.cpp to 1.5.5 #84

Merged
merged 10 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
whisper_cpp_repo_ref:
description: 'Tag, branch or commit'
required: true
default: 'v1.5.1'
default: 'v1.5.5'
jobs:
build-windows:
name: Build for Windows (x86_64)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:
jobs:
testAllModes:
name: Test in ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
unityVersion:
- 2019.4.40f1
steps:
- uses: actions/checkout@v3
- uses: game-ci/unity-test-runner@v4
- uses: game-ci/unity-test-runner@75d0d76deb40fa7c985d497a55d5877fb0f24c34
id: tests
with:
testMode: playmode
Expand Down
Binary file modified Packages/com.whisper.unity/Plugins/Android/libwhisper.a
Binary file not shown.
Binary file modified Packages/com.whisper.unity/Plugins/Linux/libwhisper.so
Binary file not shown.
Binary file modified Packages/com.whisper.unity/Plugins/Linux/libwhisper_cuda.so
Binary file not shown.
Loading
Loading