b10569
📦 llama-cppView on GitHub →
✨ 4 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces support for the dots3-note model, including text conversion and initialization. It also includes fixes for rope implementation and addresses review comments.
✨ New Features
- Added support for dots3-note model.
- Implemented text conversion for the new model.
- Added initialization implementation for the new model.
- Moved to a new llama_kv_cache_dsa_iswa.
🐛 Bug Fixes
- Addressed review comments.
- Fixed rope implementation.