b8974
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 3 symbols
Summary
This release addresses a critical stability issue on AIX platforms by disabling tiled matmul in ggml-cpu due to segmentation faults. It also provides numerous pre-compiled binaries for different OS and hardware targets.
🐛 Bug Fixes
- Disabled tiled matmul on AIX systems to resolve a page boundary segmentation fault caused by vec_xst operations writing near 4KB page boundaries; falling back to the mnpack implementation for stability on AIX.