Update whisper.cpp to v1.9.3 (b4938) - #14549
Merged
Merged
Conversation
Point the Windows BLAS/cuBLAS downloads at the upstream b4938 release and the mac / Windows-Vulkan / Linux-Vulkan / Linux-CUDA downloads at the new SubtitleEdit/support-files whispercpp-193 release, built from that ref. Upstream now tags nightly builds llama.cpp style and only attaches binaries to those; the semantic v1.9.3 tag resolves to the same commit (371b5a7) but has no assets, so the download URLs use b4938. All six archive hashes and the matching whisper-cli / whisper-cli.exe hashes are regenerated with v1.9.3 at index 0; the older entries stay listed so an existing install is still recognised and offered the update rather than reported unknown. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The Linux CUDA whisper-cli is byte-identical between whispercpp-192 and -193 (the v1.9.3 changes are in libggml-cuda.so), so keep a single entry instead of the duplicate the bump introduced, and point the Vulkan test constant at the new v1.9.3 binary. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
b4938(the semanticv1.9.3tag is the same commit, 371b5a7, but ships no binaries — upstream switched to llama.cpp-style build tags).build-whispercpp-release.yml(run).whisper-cliexecutable hashes regenerated with v1.9.3 at index 0; older entries kept so existing installs are still identified.Verification
libwhisper.so.1/libggml.so.0next towhisper-cli(the [Bug] Linux: whisper.cpp fails with "error while loading shared libraries: libwhisper.so.1: cannot open shared object file" #13680 regression guard).dotnet build src/ui/UI.csprojsucceeds.🤖 Generated with Claude Code