b7705
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release updates the debug example to correctly handle pooling types and enables normalization for non-pooled embeddings.
✨ New Features
- Enabled normalization for non-pooled embeddings in debug.cpp, alongside existing normalization for pooled embeddings.
🐛 Bug Fixes
- Updated the debug example pooling check to include LLAMA_POOLING_TYPE_UNSPECIFIED in addition to LLAMA_POOLING_TYPE_NONE.
🔧 Affected Symbols
debug.cpp