Change8

b9927

📦 llama-cppView on GitHub →
3 features🐛 4 fixes🔧 3 symbols

Summary

The command-line interface (CLI) has been significantly refactored to use an HTTP-based implementation and now supports router mode. This release also includes numerous platform-specific binary updates.

Migration Steps

  1. The component previously named 'cli-view' has been renamed to 'cli-ui'.

✨ New Features

  • CLI moved to an HTTP-based implementation.
  • CLI now supports router mode.
  • CLI now shows model aliases.

🐛 Bug Fixes

  • Fixed an issue related to router mode when only one model is present.
  • Removed outdated comment.
  • Replaced functionality with a destructor implementation.
  • Removed JSON from the header.

Affected Symbols