b7639
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces the LFM2-ColBert-350M model and refines the output embedding size calculation in llama_model_n_embd_out.
✨ New Features
- Added support for the LFM2-ColBert-350M model.
🐛 Bug Fixes
- llama_model_n_embd_out() now returns hparams.n_embd_out if set, falling back to hparams.n_embd.
🔧 Affected Symbols
llama_model_n_embd_out