Change8

b10642

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

Summary

This release introduces token ID tracking to the KV cell for llama, enhancing its capabilities. The `get_prev_tokens` function has been refactored and moved.

Migration Steps

  1. The function `get_prev_tokens` has been removed from its previous location and moved to the main PR.

✨ New Features

  • Added token ID tracking to KV cell for llama.

Affected Symbols