// Index to the start of the max_contiguous slot range. Can be negative // when cache is full. int32_t max_contiguous_idx; // Information for an individual cell. struct llama_kv_cache_view_cell * cells; // The sequences for each cell. There will be n_max_seq items per ...