b9703
Breaking Changes📦 llama-cppView on GitHub →
⚠ 2 breaking✨ 1 features🔧 2 symbols
Summary
The server component underwent a rework focusing on presets, leading to the temporary removal of HF remote presets and the complete removal of support for `preset.ini`. New documentation has been added.
⚠️ Breaking Changes
- Support for the `preset.ini` configuration file has been removed.
- The remote preset functionality, which relied on HF presets, has been temporarily removed.
Migration Steps
- If you relied on `preset.ini`, you must update your configuration method.
- If you relied on the HF remote preset functionality, note that it has been temporarily disabled.
✨ New Features
- Added documentation related to the server/router rework.