KVCache constructor
KVCache(
- int numLayers
Implementation
KVCache(int numLayers)
: selfAttnCache = List.filled(numLayers, null),
crossAttnCache = List.filled(numLayers, null);
KVCache(int numLayers)
: selfAttnCache = List.filled(numLayers, null),
crossAttnCache = List.filled(numLayers, null);