b8982
📦 llama-cppView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release includes a fix for vocabulary compatibility checks within the speculative decoding example and updates logging behavior for vocabulary mismatches.
🐛 Bug Fixes
- Fixed vocabulary compatibility checks in the speculative decoding spec example.
- Changed logging on draft model / target model vocabulary mismatch to use vocab_[tgt,dft] instead of ctx_[tgt,dft].