b9193
📦 llama-cppView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
The server logic for embedding normalization has been updated to correctly handle the --embd-normalize CLI argument and use a configurable default value. Numerous platform-specific binaries are also provided.
✨ New Features
- The server now honors the --embd-normalize CLI argument for embedding normalization.
- The default embedding normalization value for the /embedding handler is now read from params.embd_normalize instead of being hard-coded to 2 (L2).
🐛 Bug Fixes
- Fixed an issue where the --embd-normalize CLI argument was only registered for embedding and debug examples, causing llama-server to reject it.