Skip to content

LLamaKvCacheViewCell

Namespace: LLama.Native

Information associated with an individual cell in the KV cache view (llama_kv_cache_view_cell)

1
public struct LLamaKvCacheViewCell

Inheritance ObjectValueTypeLLamaKvCacheViewCell

Fields

pos

The position for this cell. Takes KV cache shifts into account. May be negative if the cell is not populated.

1
public LLamaPos pos;