Overview
Maintenance release, latest ggml, minor improvements in the tools/server/bindings.
What's Changed
- server : set no_context == true by @ggerganov in #3482
- WASM example broken for Hebrew by @Orel-A in #3487
- ruby : tiny bug fix by @KitaitiMakoto in #3490
- 12x Performance Boost with Integrated Graphics by @OrelSokolov in #3492
- ruby : VAD separately from ASR by @KitaitiMakoto in #3518
- vad : Silero VAD v6.2.0 by @KitaitiMakoto in #3524
- need to #include to compile on macos 11 by @smilingpoplar in #3533
- Add verified device of Ascend NPU by @lrisguan in #3516
- examples : fix typo in vad-speech-segments command [no ci] by @danbev in #3535
- tests : update VAD tests to use Silero V6.2.0 by @danbev in #3534
- vad : fix buffer overflow in sample reduction loop by @josephsellers in #3558
- Allow NextSegment() to be called across multiple Process() calls in the Go binding by @joshmux in #3503
- Enable VAD for Go bindings by @joshmux in #3563
- server: allow custom temp directory for ffmpeg by @socram8888 in #3564
- Fix FreeBSD linker error: undefined reference to pthread_create by @rsmirnov90 in #3568
- ruby : add Whisper::Token, fix model URI by @KitaitiMakoto in #3575
- ruby : fix segmentation fault by @KitaitiMakoto in #3591
- cmake: fix executable example targets by @ink-splatters in #3600
New Contributors
- @Orel-A made their first contribution in #3487
- @OrelSokolov made their first contribution in #3492
- @smilingpoplar made their first contribution in #3533
- @lrisguan made their first contribution in #3516
- @josephsellers made their first contribution in #3558
- @joshmux made their first contribution in #3503
- @socram8888 made their first contribution in #3564
- @rsmirnov90 made their first contribution in #3568
- @ink-splatters made their first contribution in #3600
Full Changelog: v1.8.2...v1.8.3