LLamaKvCacheViewCell
Namespace: LLama.Native
Information associated with an individual cell in the KV cache view (llama_kv_cache_view_cell)
public struct LLamaKvCacheViewCell
Inheritance Object → ValueType → LLamaKvCacheViewCell
Fields
pos
The position for this cell. Takes KV cache shifts into account. May be negative if the cell is not populated.
public LLamaPos pos;