n_cells property

  1. @Int32()
int n_cells
getter/setter pair

Number of KV cache cells. This will be the same as the context size.

Implementation

@ffi.Int32()
external int n_cells;