b8533
📦 llama-cppView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release addresses a critical crash in imatrix processing when encountering zero counts and lowers the log level for related informational messages. It also provides updated pre-compiled binaries for broad platform compatibility.
🐛 Bug Fixes
- Fixed a crash when using --show-statistics with zero counts in imatrix files by preventing division by zero and handling empty activation vectors.
- Lowered the log level for the zero-count skip message in imatrix processing to DBG.