| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| whispercpp.jar.zip | 2025-10-12 | 1.6 MB | |
| whisper-v1.8.1-xcframework.zip | 2025-10-12 | 42.1 MB | |
| whisper-cublas-12.4.0-bin-x64.zip | 2025-10-12 | 450.2 MB | |
| whisper-cublas-11.8.0-bin-x64.zip | 2025-10-12 | 51.8 MB | |
| whisper-blas-bin-x64.zip | 2025-10-12 | 16.4 MB | |
| whisper-blas-bin-Win32.zip | 2025-10-12 | 10.3 MB | |
| whisper-bin-Win32.zip | 2025-10-12 | 3.4 MB | |
| whisper-bin-x64.zip | 2025-10-12 | 3.8 MB | |
| README.md | 2025-10-12 | 1.4 kB | |
| v1.8.1 source code.tar.gz | 2025-10-12 | 7.6 MB | |
| v1.8.1 source code.zip | 2025-10-12 | 8.1 MB | |
| Totals: 11 Items | 595.5 MB | 3 | |
Overview
- Fix Vulkan builds
- Fix memory leaks when using VAD
- Support
--carry-initial-prompt
What's Changed
- bindings-java : disable flash attention by default by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3445
- ruby : Loose RegExp of a test to follow change of flash attension default by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3448
- vad : fix memory leaks in VAD implementation by @danbev in https://github.com/ggml-org/whisper.cpp/pull/3453
- ruby : Bump Ruby bindings' version to 1.3.4 by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3461
- Fix vad leaks by @silviucpp in https://github.com/ggml-org/whisper.cpp/pull/3463
- cli: Fix assignment for vad_min_silence_duration_ms by @alubbe in https://github.com/ggml-org/whisper.cpp/pull/3467
- Add support for --carry-initial-prompt by @alubbe in https://github.com/ggml-org/whisper.cpp/pull/3395
- Support using devices of type iGPU by @0cc4m in https://github.com/ggml-org/whisper.cpp/pull/3469
- sync : ggml by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3470
New Contributors
- @silviucpp made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3463
- @0cc4m made their first contribution in https://github.com/ggml-org/whisper.cpp/pull/3469
Full Changelog: https://github.com/ggml-org/whisper.cpp/compare/v1.8.0...v1.8.1