b10249
📦 llama-cppView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces a new `get_info` tool for the server and includes several improvements to its probe result handling. Documentation for `--rpc` has also been corrected.
✨ New Features
- Added a `get_info` tool to the server for retrieving system information.
🐛 Bug Fixes
- Improved handling of `get_info` probe results: OS is reported as unknown when probe fails to spawn or times out. Probe output is stripped of leading/trailing whitespace, including blank lines before the version on Windows. Named limits and working directory error branches are removed for simplified handling.
- Fixed an issue with `--rpc` in the documentation.