Skip to content

Commit

Permalink
Updated whisper.cpp to 1.5.5 (#84)
Browse files Browse the repository at this point in the history
* Update build_cpp.yml

* Updated bindings

* Updated windows

* MacOS

* Android and iOS

* Linux

* Update test.yml

* Update test.yml

* Update README.md

* Update README.md
  • Loading branch information
Macoron committed May 7, 2024
1 parent d359e08 commit 30f9e11
Show file tree
Hide file tree
Showing 13 changed files with 5,738 additions and 1,415 deletions.
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

0 comments on commit 30f9e11

Please sign in to comment.