b8737
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 3 symbols
Summary
This release includes a stability fix in ggml by checking the return values of CUB calls used in argsort and top-k operations. It also provides numerous pre-compiled binaries for various operating systems and hardware configurations.
🐛 Bug Fixes
- Checked the return value of CUB calls used in argsort and top-k operations within ggml, ensuring proper handling of cudaError_t return types.