v property

List<Tensor?> v
final

Per-KV-head running V, shape [T_seen, headDim]. null until the first append.

Implementation

final List<Tensor?> v;