b9259
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release addresses a critical nullptr crash in the speculative decoding path related to device enumeration. It primarily contains a low-level fix within the common/speculative module.
🐛 Bug Fixes
- Fixed a nullptr crash in common/speculative by skipping nullptr entries in the devices vector within ggml_backend_dev_by_name.