2 writes to _cache
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaModel.cs (2)
41this._cache = new DynamicKVCache(); 58this._cache = input.OverrideCache;
2 references to _cache
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaModel.cs (2)
131pastKeyValue: this._cache, 148return new CausalLMModelOutput(lastHiddenState: hiddenStates, allHiddenStates: allHiddenStates.ToArray(), attentions: allAttentions.ToArray(), cache: this._cache);