b9016
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release updates documentation for speculative decoding parameters following a refactor, renaming several command-line arguments, and includes a minor fix for a typo.
Migration Steps
- If using speculative decoding parameters, replace --draft-max/--draft-min with --spec-draft-n-max/--spec-draft-n-min.
- If using speculative decoding parameters, note that --spec-ngram-size-n/m have been replaced with per-implementation variants.
✨ New Features
- Added rule to use gh CLI for GitHub resources in the 'pi' component.
🐛 Bug Fixes
- Fixed a typo in the 'arg' component.