Overview
Minor maintenance release:
- Re-enable CPU BLAS processing after fixing a regression (#1583)
Add new example: wchess
wchess-0.mp4
Shoutout to @fraxy-v (implementation) and @ejones (grammar) for making it work!
What's Changed
- automatically convert audio on the server by @sapoepsilon in #1539
- CI : Rectify the Clang-Related workflow issues by @bobqianic in #1551
- CI : Add CUDA 11.8.0 support by @bobqianic in #1554
- Update main program help info by @bebound in #1560
- Set default CORS headers to allow all by @kasumi-1 in #1567
- cmake : install required ggml.h header by @gjasny in #1568
- Backport .srt output format to examples/server by @osdrv in #1565
- Added support for .vtt format to Whisper server by @aleksanderandrzejewski in #1578
- ggml : re-enable blas for src0 != F32 by @ggerganov in #1583
- Fix 32-bit compiler warning by @Digipom in #1575
- Remove #if arch(arm) check in Swift Package Manager by @Finnvoor in #1561
- Pass max-len argument to server wparams by @osdrv in #1574
- sync : ggml (new ops, new backend, etc) by @ggerganov in #1602
- Fix
ggml_metal_log
on Intel macs by @Finnvoor in #1606 - Update CMakeLists.txt by @Kreijstal in #1615
- target windows 8 or above for prefetchVirtualMemory in llama-talk by @Kreijstal in #1617
- sync : ggml (Metal fixes, new ops, tests) by @ggerganov in #1633
- wchess: whisper assisted chess by @fraxy-v in #1595
New Contributors
- @sapoepsilon made their first contribution in #1539
- @bebound made their first contribution in #1560
- @kasumi-1 made their first contribution in #1567
- @gjasny made their first contribution in #1568
- @osdrv made their first contribution in #1565
- @aleksanderandrzejewski made their first contribution in #1578
- @Kreijstal made their first contribution in #1615
- @fraxy-v made their first contribution in #1595
Full Changelog: v1.5.1...v1.5.2