1 instantiation of Phi2Attention
Microsoft.ML.GenAI.Phi (1)
Module\Phi2DecoderLayer.cs (1)
36
this.self_attn = new
Phi2Attention
(config, layerIdx);
2 references to Phi2Attention
Microsoft.ML.GenAI.Phi (2)
Module\Phi2Attention.cs (1)
56
: base(nameof(
Phi2Attention
))
Module\Phi2DecoderLayer.cs (1)
26
private readonly
Phi2Attention
self_attn;