Change8

b8551

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

Summary

This release fixes a critical bug in the completion tool where session tokens were not being updated correctly during decoding. It also provides numerous pre-compiled binaries for diverse hardware and operating systems.

🐛 Bug Fixes

  • Fixed an issue where session_tokens were not updated after decoding because the embd.begin() range was incorrectly empty (should be embd.begin(), embd.end()).

Affected Symbols