whisper.cpp v1.8.4
whisper.cpp releases v1.8.4, a maintenance update syncing the latest ggml, fixing UTF-8 segment wrapping, adding GPU device selection options, and patching several build and server issues.
Overview Maintenance release, latest ggml, some performance gains across the board. What's Changed Fix: UTF-8 character cut off to two "�" in segment wrapping (max_len) by @lordofriver in https://github.com/ggml-org/whisper.cpp/pull/3592 examples: add -g/--gpu-device option and GPU_DEVICE env support by @brauliobo in https://github.com/ggml-org/whisper.cpp/pull/3557 sync : ggml by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3636 Fix macOS dSYM path case mismatch in XCFramework build by @friederbluemle in https://github.com/ggml-org/whisper.cpp/pull/3630 ruby : add `VAD::Context#segments_from_samples`, allow Pathname, etc.
by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3633 ruby : add `Whisper::Context::Params`, fix token memory management by @KitaitiMakoto in https://github.com/ggml-org/whisper.cpp/pull/3647 sync : ggml by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3652 ci : try fix mirrors by @ggerganov in https://github.com/ggml-org/whisper.cpp/pull/3655 server : fix hardcoded /inference path in default HTML page by @sidmohan0 in https://github.com/ggml-org/whisper.cpp/pull/3639 cmake: Drop obsolete build-time configuration of…
- github.comwhisper.cpp v1.8.4primary