Change8

b8733

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

Summary

This release simplifies autoparser tagged parser rules and fixes several issues related to parameter initialization and optional argument ordering within the continuation logic. It also provides numerous pre-compiled binaries for diverse hardware and operating systems.

Migration Steps

  1. Review usage of autoparser tagged parser rules for potential simplification.

✨ New Features

  • Simplified autoparser tagged parser rules in common module.

🐛 Bug Fixes

  • Fixed uninitialized required parameters in the continuation logic.
  • Reverted changes related to parsing at the end.
  • Undid arbitrary ordering of optional arguments.

Affected Symbols